Sha256: 1f02c00a458bc62854fbe5eecfc04dde40f224b23e96fb9ae1fa303034f1b412
Contents?: true
Size: 321 Bytes
Versions: 19
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/about_page/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
19 entries across 19 versions & 1 rubygems