Sha256: 04b244fe4c1cbfd49f38a6b85d6a53db14227a8cee4cb881cc2f9059406304f3

Contents?: true

Size: 321 Bytes

Versions: 4

Compression:

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zen_garden-0.0.6 bin/rails
zen_garden-0.0.5 bin/rails
zen_garden-0.0.2 bin/rails
zen_garden-0.0.1 bin/rails