Remove unnecessary controller action
This commit is contained in:
parent
7ac23f8797
commit
11140e9bec
|
@ -11,8 +11,4 @@ class HomeController < ApplicationController
|
|||
def export
|
||||
@talk_preferences = TalkPreference.this_years
|
||||
end
|
||||
|
||||
def conflicts
|
||||
@conflict_coefficients = ConflictCoefficient.all
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue