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



15
16
17
# File 'app/serializers/alchemy/cell_serializer.rb', line 15

def elements
  object.elements.published
end