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
b9ad36fa6b
gauge
/
app
/
controllers
/
conflicts_controller.rb
6 lines
108 B
Ruby
Raw
Normal View
History
Unescape
Escape
Introduce a conflicts controller
2016-10-06 22:45:08 +03:00
class
ConflictsController
<
ApplicationController
def
index
Order the talks by their rating instead of title
2016-10-06 23:21:16 +03:00
@talks
=
Talk
.
ordered_by_rating
Introduce a conflicts controller
2016-10-06 22:45:08 +03:00
end
end