Class: Storytime::Comment

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
ScopedToSite
Defined in:
app/models/storytime/comment.rb

Instance Method Summary collapse

Instance Method Details

#commenter_nameObject



12
13
14
# File 'app/models/storytime/comment.rb', line 12

def commenter_name
  user.nil? ? "" : user.storytime_name
end