Rails 3 files

This commit is contained in:
2013-07-12 18:00:56 -04:00
parent 796c1a279e
commit 88a02f9f15
266 changed files with 721 additions and 1395 deletions

View File

@@ -18,15 +18,14 @@
require 'yaml'
class ApplicationController < ActionController::Base
helper :all
protect_from_forgery
filter_parameter_logging :password
include AuthenticationSystem
helper :all
helper :all
before_filter :startup
#before_filter :set_timezone
# Força o login para algumas áreas do sistema
before_filter :require_login, :only => [ :edit, :new, :create, :update, :delete, :destroy ]
protected