Sha256: 72eceea843d339b24a4171dd6af86b9ff34e8cfc3e5fde9179337a8fb09fb553

Contents?: true

Size: 327 Bytes

Versions: 4

Compression:

Stored size: 327 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/ultimate-helpers/engine', __FILE__)

require 'rails/all'
require 'rails/engine/commands'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ultimate-helpers-0.2.2 scripts/rails
ultimate-helpers-0.2.0 scripts/rails
ultimate-helpers-0.1.0.1 scripts/rails
ultimate-helpers-0.1.0.0 scripts/rails