Sha256: 769f91dcbe1286a8d103d069612e74140ee4fe5719bf52c8c4821b49775efb50
Contents?: true
Size: 1.13 KB
Versions: 4
Compression:
Stored size: 1.13 KB
Contents
#-- # WontoMedia - a wontology web application # Copyright (C) 2011 - Glen E. Ivey # www.wontology.com # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License version # 3 as published by the Free Software Foundation. # # This program 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 this program in the file COPYING and/or LICENSE. If not, # see <http://www.gnu.org/licenses/>. #++ # This is the Rails-standard ApplicationController class, which # inherits from <tt>ActionController::Base</tt> and is the base class # for all of WontoMedia's controller classes. See the source for # WontoMedia's global controller configuration. class ApplicationController < ActionController::Base helper :all # include all helpers, all the time protect_from_forgery filter_parameter_logging :password end
Version data entries
4 entries across 4 versions & 1 rubygems