Sha256: efbbfd2b4362bdf1039fbd10dcb8c216793b5092ba9912682725fe3960640343
Contents?: true
Size: 172 Bytes
Versions: 6
Compression:
Stored size: 172 Bytes
Contents
class Space < MLS::Model belongs_to :coworking_space has_many :image_orderings, as: :subject has_many :photos, through: :image_orderings, source: :image end
Version data entries
6 entries across 6 versions & 1 rubygems