Sha256: 850e77dfea5d95375c3227968b8a4c2a02cd1479952fb37618a14786c92f6341
Contents?: true
Size: 320 Bytes
Versions: 28
Compression:
Stored size: 320 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/crowdblog/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
28 entries across 28 versions & 1 rubygems