Sha256: 521d14baec73af9427174c2416447df3e8eb5691cdff1e3ebfe60bb439c5dc81

Contents?: true

Size: 291 Bytes

Versions: 6

Compression:

Stored size: 291 Bytes

Contents

require "active_support/concern"

require "action_controller_tweaks/version"
require "action_controller_tweaks/caching"
require "action_controller_tweaks/session"

module ActionControllerTweaks
  extend ActiveSupport::Concern

  included do
    include Caching
    include Session
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
action_controller_tweaks-0.3.7 lib/action_controller_tweaks.rb
action_controller_tweaks-0.3.6 lib/action_controller_tweaks.rb
action_controller_tweaks-0.3.5 lib/action_controller_tweaks.rb
action_controller_tweaks-0.3.4 lib/action_controller_tweaks.rb
action_controller_tweaks-0.3.3 lib/action_controller_tweaks.rb
action_controller_tweaks-0.3.2 lib/action_controller_tweaks.rb