Rails 3 routes

This commit is contained in:
2013-07-13 10:55:35 -04:00
parent fd39b3979d
commit 5563045378
9 changed files with 97 additions and 48 deletions

View File

@@ -16,11 +16,11 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
require 'yaml'
require 'authentication.rb'
class ApplicationController < ActionController::Base
helper :all
protect_from_forgery
filter_parameter_logging :password
include AuthenticationSystem