Sha256: 7e0203423434020da060ece07fcbf14e04eeb482e47741a9d226004d6c8b23c3
Contents?: true
Size: 449 Bytes
Versions: 17
Compression:
Stored size: 449 Bytes
Contents
#!/usr/bin/env ruby # This command will automatically be run when you run "rails" with Rails # gems installed from the root of your application. ENGINE_ROOT = File.expand_path('../..', __FILE__) ENV['BUNDLE_GEMFILE'] ||= File.expand_path('Gemfile', ENGINE_ROOT) ENGINE_PATH = File.expand_path('lib/<%= singular_name %>/wagon', ENGINE_ROOT) load File.expand_path('../../app_root.rb', __FILE__) load File.expand_path('bin/rails', ENV['APP_ROOT'])
Version data entries
17 entries across 17 versions & 1 rubygems