Interface: teclas de atalho
This commit is contained in:
@@ -26,7 +26,7 @@ class ApplicationController < ActionController::Base
|
||||
before_filter :set_timezone
|
||||
|
||||
# Força o login para algumas áreas do sistema
|
||||
before_filter :require_login, :only => [ :edit, :new, :create, :update, :delete, :destroy, :download, :undelete ]
|
||||
before_filter :require_login, :only => [ :edit, :new, :create, :update, :delete, :destroy, :undelete ]
|
||||
|
||||
protected
|
||||
def rescue_action(exception)
|
||||
|
||||
Reference in New Issue
Block a user