Sha256: 62652716ac1c84a00e42901c3466d31e44d7b968dfbc9de07c0b4af8f5623b14
Contents?: true
Size: 320 Bytes
Versions: 103
Compression:
Stored size: 320 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/user_mgmt/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
103 entries across 103 versions & 1 rubygems