Sha256: 4d5b5d169f13148297f23804fe49a3417c0c7f9ec1e39df23deb5e668851641d
Contents?: true
Size: 1.11 KB
Versions: 9
Compression:
Stored size: 1.11 KB
Contents
# This file is part of Branston. # # Branston is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation. # # Branston is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with Branston. If not, see <http://www.gnu.org/licenses/>. # Filters added to this controller apply to all controllers in the application. # Likewise, all the methods added will be available for all controllers. # class ApplicationController < ActionController::Base helper :all # include all helpers, all the time protect_from_forgery # See ActionController::RequestForgeryProtection for details # Scrub sensitive parameters from your log # filter_parameter_logging :password # RESTful authentication system include AuthenticatedSystem end
Version data entries
9 entries across 9 versions & 1 rubygems