Class: Storytime::Comment
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Storytime::Comment
- Includes:
- ScopedToSite
- Defined in:
- app/models/storytime/comment.rb
Instance Method Summary collapse
Instance Method Details
#commenter_name ⇒ Object
12 13 14 |
# File 'app/models/storytime/comment.rb', line 12 def commenter_name user.nil? ? "" : user.storytime_name end |