Sha256: c6b0a6c31241b3461c5f32aa33a813682e85b150e827a3f5647a9303769b68ab
Contents?: true
Size: 462 Bytes
Versions: 4
Compression:
Stored size: 462 Bytes
Contents
module Imagine module OrbitView class Engine < ::Rails::Engine isolate_namespace ::Imagine engine_name 'imagine_orbit_view' config.after_initialize do |app| ::Imagine::Plugin.register do |plugin| plugin.pathname = root plugin.name = 'imagine_orbit_view' plugin.directory = 'orbit_view' plugin.version = %q{0.1.5} end end end end end ::Imagine.engines << 'orbit_view'
Version data entries
4 entries across 4 versions & 2 rubygems