Sha256: f93391a22e7fd7bc6b12ca49e16c348846ce5cbc1965075979d6aeb4c83e5f37

Contents?: true

Size: 332 Bytes

Versions: 3

Compression:

Stored size: 332 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/country-select-engine/engine', __FILE__)

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
country-select-engine-0.1.2 script/rails
country-select-engine-0.1.1 script/rails
country-select-engine-0.1.0 script/rails