Skip to content

Commit 2ce02e1

Browse files
committed
WIP: Fix specs. Removed noise, skipped more
1 parent acb7973 commit 2ce02e1

33 files changed

+244
-789
lines changed

app/models/teams/location.rb

+11-10
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ class Teams::Location < ActiveRecord::Base
1919
#
2020
# Table name: teams_locations
2121
#
22-
# id :integer not null, primary key
23-
# name :string(255)
24-
# description :text
25-
# address :text
26-
# city :string(255)
27-
# state_code :string(255)
28-
# country :string(255)
29-
# team_id :integer not null
30-
# created_at :datetime not null
31-
# updated_at :datetime not null
22+
# id :integer not null, primary key
23+
# name :string(255)
24+
# description :text
25+
# address :text
26+
# city :string(255)
27+
# state_code :string(255)
28+
# country :string(255)
29+
# team_id :integer not null
30+
# created_at :datetime not null
31+
# updated_at :datetime not null
32+
# points_of_interest :string(255) default([]), is an Array
3233
#

0 commit comments

Comments
 (0)