This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Filters added to this controller apply to all controllers in the application. | |
# Likewise, all the methods added will be available for all controllers. | |
# Make sure that all the methods that redirect are handled in the controllers. | |
class ApplicationController < ActionController::Base | |
include AuthenticatedSystem | |
include Userstamp | |
include ExceptionLoggable | |
local_addresses.clear |
NewerOlder