Module: ActiveSecurity::Privileged::PrivilegedScope
- Defined in:
- lib/active_security/privileged.rb
Instance Method Summary collapse
- 
  
    
      #privileged  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Returns a scope that is allowed to not require the secure scope, but will be logged. 
Instance Method Details
#privileged ⇒ Object
Returns a scope that is allowed to not require the secure scope, but will be logged.
| 31 32 33 34 35 36 | # File 'lib/active_security/privileged.rb', line 31 def privileged all.extending( active_security_config.finder_methods, active_security_config.privileged_hooks, ) end |