Sha256: 5d9c7e301a33252fb4fae7868eb395ce7fa9471f9deb739e8d1e01b3e057287c
Contents?: true
Size: 325 Bytes
Versions: 13
Compression:
Stored size: 325 Bytes
Contents
#!/usr/bin/env ruby # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. ENGINE_ROOT = File.expand_path('../..', __FILE__) ENGINE_PATH = File.expand_path('../../lib/mix-rails-auth/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
13 entries across 13 versions & 1 rubygems