Sha256: 81a02c4bc01ce928235e444bb61769d1862aa20a25c285c945cdad607fd5702f
Contents?: true
Size: 322 Bytes
Versions: 17
Compression:
Stored size: 322 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/style_guide/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
17 entries across 17 versions & 1 rubygems