rails 321 B

12345678
  1. #!/usr/bin/env ruby
  2. # This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application.
  3. ENGINE_ROOT = File.expand_path('../..', __FILE__)
  4. ENGINE_PATH = File.expand_path('../../lib/china_city/engine', __FILE__)
  5. require 'rails/all'
  6. require 'rails/engine/commands'