Sha256: 084d14728a6277b5b93f1fe3ca5922ad1ecd408e32fea5084732ae202c9d96f7

Contents?: true

Size: 333 Bytes

Versions: 5

Compression:

Stored size: 333 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/importable_attachments/engine', __FILE__)

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
importable_attachments-0.0.18 script/rails
importable_attachments-0.0.17 script/rails
importable_attachments-0.0.15 script/rails
importable_attachments-0.0.14 script/rails
importable_attachments-0.0.13 script/rails