Sha256: baf23ad59f07bbbbc995928ee24d4b62227b719c01c84fc7289709ed9833fe8c
Contents?: true
Size: 400 Bytes
Versions: 3
Compression:
Stored size: 400 Bytes
Contents
# Configure Rails 3.1: # This gem contains this empty engine class which inherits from Rails::Engine. # By doing this, Rails is informed that the directory for this gem may contain assets and the # app/assets, lib/assets and vendor/assets directories of this engine are added to the search path of Sprockets. module Jquery module Rails class Engine < ::Rails::Engine end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cacheable_flash-0.2.2 | lib/cacheable_flash/rails/engine.rb |
cacheable_flash-0.2.1 | lib/cacheable_flash/rails/engine.rb |
cacheable_flash-0.2.0 | lib/cacheable_flash/rails/engine.rb |