Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Unpermitted parameter error in log #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MorningLightMountain713
Copy link

Fixed the following error:

Sep  4 14:23:19 acstest bash: Started GET "/devices?page=2" for ::1 at 2017-09-04 14:23:19 +1200
Sep  4 14:23:19 acstest bash: Processing by DevicesController#index as HTML
Sep  4 14:23:19 acstest bash: Parameters: {"page"=>"2"}
Sep  4 14:23:19 acstest bash: Rendering devices/index.html.erb within layouts/application
Sep  4 14:23:19 acstest bash: Unpermitted parameter: page
Sep  4 14:23:19 acstest bash: Unpermitted parameter: page
Sep  4 14:23:19 acstest bash: Unpermitted parameter: page
Sep  4 14:23:19 acstest bash: Unpermitted parameter: page
Sep  4 14:23:19 acstest bash: Rendered application/_pagination.html.erb (6.5ms)
Sep  4 14:23:19 acstest bash: Unpermitted parameter: page
Sep  4 14:23:19 acstest bash: Rendered devices/index.html.erb within layouts/application (78.9ms)
Sep  4 14:23:19 acstest bash: Rendered layouts/_menu.html.erb (2.2ms)
Sep  4 14:23:19 acstest bash: Completed 200 OK in 148ms (Views: 126.0ms | ActiveRecord: 0.0ms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant