Class: Shakha::User

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/shakha/user.rb

Instance Method Summary collapse

Instance Method Details

#can_access?(resource) ⇒ Boolean

Returns:

  • (Boolean)


12
13
14
# File 'app/models/shakha/user.rb', line 12

def can_access?(resource)
  true
end