Skip to content

Commit

Permalink
Remove unused method (#210)
Browse files Browse the repository at this point in the history
Remove unused method
  • Loading branch information
camillevilla authored Jul 23, 2019
2 parents c48e679 + b5bcfe4 commit b16cc23
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/controllers/summaries_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,4 @@ class SummariesController < ApplicationController
def index
@patron = patron
end

private

# Never trust parameters from the scary internet, only allow the white list through.
def summary_params
params.fetch(:summary, {})
end
end

0 comments on commit b16cc23

Please sign in to comment.