Sha256: 72a58513770110fec20fb3d587e630e050c6831d13f7caab299255e0ecd07583
Contents?: true
Size: 317 Bytes
Versions: 36
Compression:
Stored size: 317 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/casino/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
36 entries across 36 versions & 1 rubygems