Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 280 Bytes

notes.md

File metadata and controls

16 lines (12 loc) · 280 Bytes

Models:

Rooftop attributes: name :string address :string image_url :string description :string neighborhood_id :integer

Neighborhood attributes: name :string

Associations: rooftop belongs_to :neighborhood neighborhood has_many :rooftops