mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Increase test coverage
This commit is contained in:
@@ -17,9 +17,4 @@ class ProblemsController < ApplicationController
|
||||
def set_problem
|
||||
@problem = Problem.find(params[:id])
|
||||
end
|
||||
|
||||
# Never trust parameters from the scary internet, only allow the white list through.
|
||||
def problem_params
|
||||
params.require(:problem)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user