Remove unnecessary controller action

This commit is contained in:
Petko Bordjukov 2016-10-07 00:40:51 +03:00
parent 7ac23f8797
commit 11140e9bec
1 changed files with 0 additions and 4 deletions

View File

@ -11,8 +11,4 @@ class HomeController < ApplicationController
def export
@talk_preferences = TalkPreference.this_years
end
def conflicts
@conflict_coefficients = ConflictCoefficient.all
end
end