Sha256: 6b687a1389e66228695ffe28ac362cea49d4077e2698ba88f33f2a4feeeeb255
Contents?: true
Size: 329 Bytes
Versions: 37
Compression:
Stored size: 329 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/g5_authenticatable/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
37 entries across 37 versions & 1 rubygems