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