Sha256: f69d0756795df4b2e88f15ab945974097e83fc0784f8480bef487ff7a577623b

Contents?: true

Size: 319 Bytes

Versions: 3

Compression:

Stored size: 319 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/dune/api/engine', __FILE__)

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dune-api-1.1.0 bin/rails
dune-api-1.0.2 bin/rails
dune-api-1.0.1 bin/rails