Sha256: fcc4ac28ea0ccd93e63b27af417712a936235025a86319009c3c3c53008babbd
Contents?: true
Size: 348 Bytes
Versions: 47
Compression:
Stored size: 348 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. ENGINE_ROOT = File.expand_path('..', __dir__) ENGINE_PATH = File.expand_path('../lib/spree/frontend/engine', __dir__) require 'rails/all' require 'rails/engine/commands'
Version data entries
47 entries across 47 versions & 2 rubygems