Class: Rostra::Answer
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Rostra::Answer
- Includes:
- EmailNotifier, TimestampObserver
- Defined in:
- app/models/rostra/answer.rb
Instance Attribute Summary collapse
-
#follow_by_email ⇒ Object
Returns the value of attribute follow_by_email.
Method Summary
Methods included from TimestampObserver
Methods included from EmailNotifier
Instance Attribute Details
#follow_by_email ⇒ Object
Returns the value of attribute follow_by_email.
16 17 18 |
# File 'app/models/rostra/answer.rb', line 16 def follow_by_email @follow_by_email end |