Sha256: b6401c1a194461e5b208da436249b8d2f99524caa18e06437093d49ced565397
Contents?: true
Size: 221 Bytes
Versions: 1
Compression:
Stored size: 221 Bytes
Contents
class Revelry::Content::Railtie < ::Rails::Railtie initializer "revelry_content.setup_view_helpers" do |app| ActiveSupport.on_load(:action_view) do include ::Revelry::Content::ContentsHelper end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
revelry_content-1.0.0 | lib/revelry/content/railtie.rb |