Sha256: b60efce82965ed7deb7a3bf2285ef6982303a52a6a43426986918d52892ab96c

Contents?: true

Size: 291 Bytes

Versions: 4

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

4 entries across 4 versions & 1 rubygems

Version Path
action_controller_tweaks-0.3.1 lib/action_controller_tweaks.rb
action_controller_tweaks-0.3.0 lib/action_controller_tweaks.rb
action_controller_tweaks-0.2.0 lib/action_controller_tweaks.rb
action_controller_tweaks-0.1 lib/action_controller_tweaks.rb