Sha256: 721f116bda5808d655cf9e182bdd16c4f7d328fc9b417556281362a57dca6a5f

Contents?: true

Size: 319 Bytes

Versions: 7

Compression:

Stored size: 319 Bytes

Contents

if defined?(Rails)
  module Partystreusel
    module Rails
      class Engine < ::Rails::Engine
      end
    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

7 entries across 7 versions & 1 rubygems

Version Path
partystreusel-1.1.1 lib/partystreusel.rb
partystreusel-1.1.0 lib/partystreusel.rb
partystreusel-1.1.0pre2 lib/partystreusel.rb
partystreusel-1.1.0pre1 lib/partystreusel.rb
partystreusel-1.0.8 lib/partystreusel.rb
partystreusel-1.0.7 lib/partystreusel.rb
partystreusel-1.0.6 lib/partystreusel.rb