Sha256: cf75fa3e8ee92b0cf6f4a4a11e90a1d09e6ea1135f5ab4b1c5a572d3e3355931
Contents?: true
Size: 334 Bytes
Versions: 5
Compression:
Stored size: 334 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/cacheable_flash/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
cacheable_flash-0.2.9 | script/rails |
cacheable_flash-0.2.8 | script/rails |
cacheable_flash-0.2.7 | script/rails |
cacheable_flash-0.2.5 | script/rails |
cacheable_flash-0.2.4 | script/rails |