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