Sha256: 9850bb75d51d507df5ae395323d1a2e5ef5e4bb1178bf67bc50a59a78fced297

Contents?: true

Size: 321 Bytes

Versions: 6

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/yawl_rails/engine', __FILE__)

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
yawl_rails-0.3.0 bin/rails
yawl_rails-0.2.2 bin/rails
yawl_rails-0.2.1 bin/rails
yawl_rails-0.2.0 bin/rails
yawl_rails-0.1.1 bin/rails
yawl_rails-0.1.0 bin/rails