Sha256: fea1446cb29f2069a055a89cb7608964b54cf25ae01e257a722d54c019ac6fcf
Contents?: true
Size: 380 Bytes
Versions: 17
Compression:
Stored size: 380 Bytes
Contents
module BigbluebuttonRails class Engine < ::Rails::Engine initializer 'bigbluebutton_rails.helper' do |app| ActionView::Base.send :include, BigbluebuttonRailsHelper end initializer "bigbluebutton_rails.controller_methods" do ActiveSupport.on_load(:action_controller) do include BigbluebuttonRails::ControllerMethods end end end end
Version data entries
17 entries across 17 versions & 1 rubygems