Files
mozo-backend/app/models/svg_element.rb
T
2015-03-01 12:57:20 +01:00

8 lines
172 B
Ruby

class SvgElement
include SimplyStored::Couch
include ActiveModel::SerializerSupport
include SvgElementDefaults
property :snap_code
has_many :section_elements
end