Sha256: 1c2e2d5fc010424d2131feeb93cbb2938ea31ddeadc6fd5b07a827e7eb3537b4
Contents?: true
Size: 480 Bytes
Versions: 6
Compression:
Stored size: 480 Bytes
Contents
module Html5 module Rails class Engine < ::Rails::Engine # Extend application_helper initializer 'html5_rails_engine.helper' do |app| ActionController::Base.helper(Html5::Rails::Helpers) end # Extend application_controller # initializer 'html5_rails_engine.controller' do |app| # ActiveSupport.on_load(:action_controller) do # include Html5::Rails::BoilerplateController # end # end end end end
Version data entries
6 entries across 6 versions & 1 rubygems