Satisfy hound

This commit is contained in:
Philipp Bayer
2017-09-05 22:50:53 +08:00
parent 42cfc562ac
commit 9e9ec11f6f

View File

@@ -178,7 +178,6 @@ class SnpsController < ApplicationController
private
def sort_column
Snp.column_names.include?(params[:sort]) ? params[:sort] : 'ranking'
end