Sha256: 7df4b6e77108fa0a5bba235ed302e1c6a41d2196326a5d13353249fc782da698

Contents?: true

Size: 322 Bytes

Versions: 4

Compression:

Stored size: 322 Bytes

Contents

#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application.

ENGINE_ROOT = File.expand_path('../..', __FILE__)
ENGINE_PATH = File.expand_path('../../lib/i18n_helper/engine', __FILE__)

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
i18n_helper-0.0.4 bin/rails
i18n_helper-0.0.3 bin/rails
i18n_helper-0.0.2 bin/rails
i18n_helper-0.0.1 bin/rails