File tree 1 file changed +12
-6
lines changed 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ def display_name
31
31
about
32
32
team_responsibilities
33
33
speciality_tags
34
+ state_name
35
+ country
34
36
) . each do |user_method |
35
37
delegate user_method , to : :user
36
38
end
@@ -41,13 +43,17 @@ def display_name
41
43
end
42
44
43
45
# == Schema Information
46
+ # Schema version: 20141015182230
44
47
#
45
48
# Table name: teams_members
46
49
#
47
- # id :integer not null, primary key
48
- # team_id :integer not null
49
- # user_id :integer not null
50
- # created_at :datetime not null
51
- # updated_at :datetime not null
52
- # state :string(255) default("pending")
50
+ # id :integer not null, primary key
51
+ # team_id :integer not null
52
+ # user_id :integer not null
53
+ # created_at :datetime not null
54
+ # updated_at :datetime not null
55
+ # state :string(255) default("pending")
56
+ # score_cache :float
57
+ # team_banner :string(255)
58
+ # team_avatar :string(255)
53
59
#
You can’t perform that action at this time.
0 commit comments