Sha256: 8be68400ab8939301216a62103f67f91ccd4295bc3f5e8106451ce7c050f6c28
Contents?: true
Size: 443 Bytes
Versions: 1
Compression:
Stored size: 443 Bytes
Contents
# frozen_string_literal: true module P2pStreamsChannel class Engine < ::Rails::Engine config.autoload_once_paths = %W( #{root}/app/channels ) config.autoload_once_paths = %W( #{root}/app/helpers ) initializer "p2p_streams_channel.helpers" do ActiveSupport.on_load(:action_controller_base) do helper P2pStreamsChannel::Engine.helpers end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
p2p_streams_channel-0.0.3 | lib/p2p_streams_channel/engine.rb |