Class: ActionController::Filters::SecurityFilter

Inherits:
AroundFilter
  • Object
show all
Defined in:
lib/annotation_security/rails/2/extensions/filter.rb

Overview

the customized security filter that sets the current user and catches security exceptions

Instance Method Summary collapse

Instance Method Details

#security?Boolean

:nodoc:

Returns:

  • (Boolean)


120
121
122
# File 'lib/annotation_security/rails/2/extensions/filter.rb', line 120

def security?
  true
end