Sha256: 1299d1d160b01ec62ee715fc050c832e8fc9e3d4098f3fe255b82fd31ae55902
Contents?: true
Size: 344 Bytes
Versions: 48
Compression:
Stored size: 344 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/core/engine', __dir__) require 'rails/all' require 'rails/engine/commands'
Version data entries
48 entries across 48 versions & 2 rubygems