Sha256: dc3fac079eb56bcec39ebb65ab00399f61d4e20637433b4916c77073ab703277

Contents?: true

Size: 388 Bytes

Versions: 1

Compression:

Stored size: 388 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 CacheableFlash
  class Engine < ::Rails::Engine
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cacheable_flash-0.2.3 lib/cacheable_flash/rails/engine.rb