Module: ThumbnailHoverEffect
- Defined in:
- lib/thumbnail_hover_effect/engine.rb,
lib/thumbnail_hover_effect.rb,
lib/thumbnail_hover_effect/image.rb,
lib/thumbnail_hover_effect/version.rb
Overview
This gem contains an 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. Official reference: guides.rubyonrails.org/asset_pipeline.html#adding-assets-to-your-gems
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.1.1'