Skip to content

Commit

Permalink
#264 - Removing private useless method
Browse files Browse the repository at this point in the history
  • Loading branch information
zarbielli committed Nov 3, 2018
1 parent 7b9349c commit 69eb42f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions indicaAi/app/controllers/local_images_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,4 @@ def receive_image
response_error('ERROR', 'Place not found', 422)
end
end

private

def local_images_params
params.require(:local_id).permit(images: [])
end
end

0 comments on commit 69eb42f

Please sign in to comment.