Class: Landable::TemplateSerializer

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

Instance Method Summary collapse

Instance Method Details

#categoryObject



17
18
19
# File 'app/serializers/landable/template_serializer.rb', line 17

def category
  object.category || Landable::Category.where(name: 'Uncategorized').first
end