Sha256: c314a848b04544c97cd50481e837d0c7ea8123c9a4c4516d8cea2ab2f12aca4f
Contents?: true
Size: 243 Bytes
Versions: 2
Compression:
Stored size: 243 Bytes
Contents
module Chive class Engine < ::Rails::Engine isolate_namespace Chive initializer 'chive.action_controller' do |app| ActiveSupport.on_load :action_controller do helper Chive::ApplicationHelper end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chive-0.0.2 | lib/chive/engine.rb |
chive-0.0.1 | lib/chive/engine.rb |