Sha256: c833fc814f38bd8052c7365d86a5008aea13ad53f5bff66e842df7f43f0f287b
Contents?: true
Size: 477 Bytes
Versions: 3
Compression:
Stored size: 477 Bytes
Contents
module Imagine module GalleriaView class Engine < ::Rails::Engine isolate_namespace ::Imagine engine_name 'imagine_galleria_view' config.after_initialize do |app| ::Imagine::Plugin.register do |plugin| plugin.pathname = root plugin.name = 'imagine_galleria_view' plugin.directory = 'galleria_view' plugin.version = %q{0.1.9} end end end end end ::Imagine.engines << 'galleria_view'
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
imagine-0.3.0 | plugins/galleria_view/lib/imagine-galleria_view.rb |
imagine-0.2.3 | galleria_view/lib/imagine-galleria_view.rb |
imagine-galleria_view-0.1.9 | lib/imagine-galleria_view.rb |