Sha256: 2658aa135967d51e02a9666e8ef29c1f5ab220a95f59c2fa99659043f62e8e75

Contents?: true

Size: 319 Bytes

Versions: 4

Compression:

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
webhookr-0.3.0 script/rails
webhookr-0.2.0 script/rails
webhookr-0.1.0 script/rails
webhookr-0.0.2 script/rails