Sha256: 8d27cc50b3ffd8c8648b1f8532c364cfd3834d1eb78d959400a86099bef4344f

Contents?: true

Size: 104 Bytes

Versions: 3

Compression:

Stored size: 104 Bytes

Contents

class ExampleSerializer < ActiveModel::Serializer
  attributes :foo, :bar, :baz
  has_many :widgets
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
terrain-0.0.3 spec/support/example_serializer.rb
terrain-0.0.2 spec/support/example_serializer.rb
terrain-0.0.1 spec/support/example_serializer.rb