Sha256: 7c7da9a2004468e82936c957ceccdc7a9f8247aec8cbc1a12c15e2aac5ab92a7

Contents?: true

Size: 317 Bytes

Versions: 7

Compression:

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
api_docs-1.0.6 script/rails
api_docs-1.0.5 script/rails
api_docs-1.0.4 script/rails
api_docs-1.0.3 script/rails
api_docs-1.0.2 script/rails
api_docs-1.0.1 script/rails
api_docs-1.0.0 script/rails