Class: Recurso::NilClassPolicy

Inherits:
BasePolicy
  • Object
show all
Defined in:
lib/recurso/policies/nil_class_policy.rb

Instance Attribute Summary

Attributes inherited from BasePolicy

#identity, #resource

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*_args) ⇒ Object



3
4
5
# File 'lib/recurso/policies/nil_class_policy.rb', line 3

def method_missing(*_args)
  false
end