Skip to content

Commit 337fc75

Browse files
committed
Re-annotated the models
1 parent f956d9a commit 337fc75

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+93
-149
lines changed

app/models/api_access.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ def can_award?(badge_name)
1313
end
1414

1515
# == Schema Information
16-
# Schema version: 20140918031936
1716
#
1817
# Table name: api_accesses
1918
#

app/models/available_coupon.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ class AvailableCoupon < ActiveRecord::Base
22
end
33

44
# == Schema Information
5-
# Schema version: 20140918031936
65
#
76
# Table name: available_coupons
87
#

app/models/badge.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def event_type
9898
end
9999

100100
# == Schema Information
101-
# Schema version: 20140918031936
102101
#
103102
# Table name: badges
104103
#

app/models/comment.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ def analyze_spam
138138
end
139139

140140
# == Schema Information
141-
# Schema version: 20140918031936
142141
#
143142
# Table name: comments
144143
#

app/models/country.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ class Country < ActiveRecord::Base
22
end
33

44
# == Schema Information
5-
# Schema version: 20140918031936
65
#
76
# Table name: countries
87
#

app/models/endorsement.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def event_type
2323
end
2424

2525
# == Schema Information
26-
# Schema version: 20140918031936
2726
#
2827
# Table name: endorsements
2928
#

app/models/fact.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def user
6464
end
6565

6666
# == Schema Information
67-
# Schema version: 20140918031936
6867
#
6968
# Table name: facts
7069
#

app/models/follow.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def event_type
3636
end
3737

3838
# == Schema Information
39-
# Schema version: 20140918031936
4039
#
4140
# Table name: follows
4241
#

app/models/github_assignment.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def self.for_github_username(github_username)
1818
end
1919

2020
# == Schema Information
21-
# Schema version: 20140918031936
2221
#
2322
# Table name: github_assignments
2423
#

app/models/highlight.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def add_to_timeline
2222
end
2323

2424
# == Schema Information
25-
# Schema version: 20140918031936
2625
#
2726
# Table name: highlights
2827
#

0 commit comments

Comments
 (0)