Method: CanCan::ControllerAdditions::ClassMethods#skip_authorization
- Defined in:
- lib/cancan/controller_additions.rb
#skip_authorization(*args) ⇒ Object
273 274 275 |
# File 'lib/cancan/controller_additions.rb', line 273 def (*args) raise ImplementationRemoved, "The CanCan skip_authorization method has been renamed to skip_authorization_check. Please update your code." end |