Class: Socializer::Comment
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Socializer::Comment
- Includes:
- ObjectTypeBase
- Defined in:
- app/models/socializer/comment.rb
Instance Method Summary collapse
Methods included from ObjectTypeBase
Instance Method Details
#author ⇒ Object
9 10 11 |
# File 'app/models/socializer/comment.rb', line 9 def @author ||= .activitable end |