Sha256: b904dd285e2f04cd149fd31e4d408d174847023fc3e770e8a230d01220d77c7e

Contents?: true

Size: 149 Bytes

Versions: 3

Compression:

Stored size: 149 Bytes

Contents

module Ahoy
  class BaseController < ApplicationController
    # skip all filters
    skip_filter *_process_action_callbacks.map(&:filter)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ahoy_matey-0.3.2 app/controllers/ahoy/base_controller.rb
ahoy_matey-0.3.1 app/controllers/ahoy/base_controller.rb
ahoy_matey-0.3.0 app/controllers/ahoy/base_controller.rb