Class: AlertSerializer

Inherits:
ActiveModel::Serializer
  • Object
show all
Defined in:
app/serializers/alert_serializer.rb

Instance Method Summary collapse

Instance Method Details

#author_nameObject



2
3
4
# File 'app/serializers/alert_serializer.rb', line 2

def author_name
  object.user.name
end