This website requires JavaScript.
Explore
Help
Sign In
Site
/
gauge
Watch
11
Star
0
Fork
You've already forked gauge
0
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a8d05ea625
gauge
/
app
/
models
/
conflicts_for_talk.rb
10 lines
112 B
Ruby
Raw
Normal View
History
Unescape
Escape
Introduce a ConflictsForTalk model and db view
2016-10-13 04:23:56 +03:00
class
ConflictsForTalk
<
ApplicationRecord
Expose the most and least number of conflicts
2016-10-13 04:32:42 +03:00
def
self
.
most
first
end
def
self
.
least
last
end
Introduce a ConflictsForTalk model and db view
2016-10-13 04:23:56 +03:00
end