Method: Vimo::Entity#as_json

Defined in:
app/models/vimo/entity.rb

#as_json(options = nil) ⇒ Object



19
20
21
# File 'app/models/vimo/entity.rb', line 19

def as_json(options = nil)
  super(options.merge(include: :fields))
end