Sha256: 364533539d32fc7efdc00de676455a7135ef5b4879d38812967bd33e9d6896a0

Contents?: true

Size: 451 Bytes

Versions: 2

Compression:

Stored size: 451 Bytes

Contents

# 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: http://guides.rubyonrails.org/asset_pipeline.html#adding-assets-to-your-gems

module ThumbnailHoverEffect
  class Engine < ::Rails::Engine
  end
end


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
thumbnail_hover_effect-0.1.1 lib/thumbnail_hover_effect/engine.rb
thumbnail_hover_effect-0.1.0 lib/thumbnail_hover_effect/engine.rb