Sha256: ab618e3485197f565a138731ba52d0536e810a9509b7fee1ff6b8fc698083c79

Contents?: true

Size: 283 Bytes

Versions: 4

Compression:

Stored size: 283 Bytes

Contents

module Partystreusel
  module Rails
    class Engine < ::Rails::Engine
    end
  end
end
require "partystreusel/version"
require "partystreusel/helpers"

if defined?(ActiveSupport)
  ActiveSupport.on_load(:action_view) do
    include Partystreusel::Helpers::ReadmoreHelper
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
partystreusel-1.0.5 lib/partystreusel.rb
partystreusel-1.0.4 lib/partystreusel.rb
partystreusel-1.0.3 lib/partystreusel.rb
partystreusel-1.0.2 lib/partystreusel.rb