Sha256: 5a2608bee56ca364ed572c3fdd4047f525ccec674a341dc7987116573c1a36b7
Contents?: true
Size: 286 Bytes
Versions: 44
Compression:
Stored size: 286 Bytes
Contents
require "ckeditor" module Polyblock class Engine < ::Rails::Engine isolate_namespace Polyblock initializer 'polyblock_engine.action_controller' do |app| ActiveSupport.on_load :action_controller do helper Polyblock::ApplicationHelper end end end end
Version data entries
44 entries across 44 versions & 1 rubygems