Sha256: faf290bd0b46b78f27e0d270a2225ff65662ad84a8b82302793a50c1795f3e8d
Contents?: true
Size: 494 Bytes
Versions: 18
Compression:
Stored size: 494 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. ENGINE_ROOT = File.expand_path('../..', __FILE__) ENGINE_PATH = File.expand_path('../../lib/message_train/engine', __FILE__) # Set up gems listed in the Gemfile. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE']) require 'rails/all' require 'rails/engine/commands'
Version data entries
18 entries across 18 versions & 1 rubygems