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