Sha256: ea62e59a9b4faf92d0832514f275f089521c9ec7fb8c59c7a2e23413637de238
Contents?: true
Size: 319 Bytes
Versions: 18
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/landable/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
18 entries across 18 versions & 1 rubygems