Class: Collavre::Current
- Inherits:
-
ActiveSupport::CurrentAttributes
- Object
- ActiveSupport::CurrentAttributes
- Collavre::Current
- Defined in:
- app/models/collavre/current.rb
Instance Method Summary collapse
Instance Method Details
#user ⇒ Object
10 11 12 |
# File 'app/models/collavre/current.rb', line 10 def user super || session&.user end |