Sha256: e7e171b7efe0e98c7bb542d4048c96e97b60889526e500f89cec296a27a10c88
Contents?: true
Size: 265 Bytes
Versions: 5
Compression:
Stored size: 265 Bytes
Contents
class Property < ActiveRecord::Base has_many :images, as: :viewable, order: :position, :dependent => :destroy belongs_to :neighborhood accepts_nested_attributes_for :images, allow_destroy: true attr_protected validates :neighborhood, presence: true end
Version data entries
5 entries across 5 versions & 1 rubygems