Module ABingoCampingPlugin::Filters
In: lib/camping-abingo.rb

Filters module for OAuth Camping Plugin. The module will be plugged in to the main app Helpers module. Example:

      module CampingOAuthProvider
              include Camping::Session
              include CampingFilters
              extend  OAuthCampingPlugin
              include OAuthCampingPlugin::Filters

              # ...
      end

Methods

included  

Public Class methods

Adds a before filters for the common controllers:

 - ABingoDashboard

Also adds a before filter on all controllers to ensure the user is set

[Validate]