Class: FollowUp
- Inherits:
-
ActiveRecordShared
- Object
- ActiveRecord::Base
- ActiveRecordShared
- FollowUp
- Defined in:
- app/models/follow_up.rb
Instance Attribute Summary collapse
-
#current_user ⇒ Object
Returns the value of attribute current_user.
Instance Attribute Details
#current_user ⇒ Object
Returns the value of attribute current_user.
14 15 16 |
# File 'app/models/follow_up.rb', line 14 def current_user @current_user end |