Class: LinkedRails::Auth::UnlockPolicy
- Inherits:
-
Object
- Object
- LinkedRails::Auth::UnlockPolicy
- Defined in:
- app/policies/linked_rails/auth/unlock_policy.rb
Instance Method Summary collapse
Instance Method Details
#create? ⇒ Boolean
8 9 10 |
# File 'app/policies/linked_rails/auth/unlock_policy.rb', line 8 def create? true end |
#show? ⇒ Boolean
16 17 18 |
# File 'app/policies/linked_rails/auth/unlock_policy.rb', line 16 def show? true end |
#update? ⇒ Boolean
12 13 14 |
# File 'app/policies/linked_rails/auth/unlock_policy.rb', line 12 def update? true end |