Sha256: e5a70683d2d6f4cd763c0286771df233cdb29ff1a49cb211b43b675324afbad5
Contents?: true
Size: 401 Bytes
Versions: 1
Compression:
Stored size: 401 Bytes
Contents
module Shoelace module Rails module Ui class Engine < ::Rails::Engine isolate_namespace Shoelace::Rails::Ui initializer 'local_helper.action_controller' do ActiveSupport.on_load :action_controller do helper Shoelace::Rails::Ui::ApplicationHelper helper Shoelace::Rails::Ui::FormHelper end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoelace-rails-ui-0.1.1 | lib/shoelace/rails/ui/engine.rb |