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