Sha256: 235b7c2ca3d7da0cc960352a4eb7175f2f619f780bb75800b5f658c9ba376639
Contents?: true
Size: 387 Bytes
Versions: 8
Compression:
Stored size: 387 Bytes
Contents
#!/usr/bin/env ruby # This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application. ENV_PATH = File.expand_path('../../config/environment', __FILE__) BOOT_PATH = File.expand_path('../../config/boot', __FILE__) APP_PATH = File.expand_path('../../config/application', __FILE__) require BOOT_PATH require 'rails/commands'
Version data entries
8 entries across 8 versions & 1 rubygems