Class: Alchemy::CellSerializer

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

Instance Method Summary collapse

Instance Method Details

#elementsObject



13
14
15
# File 'app/serializers/alchemy/cell_serializer.rb', line 13

def elements
  object.elements.published
end