Strong parameters allow us to control the user input in our Rails app. In development environment the unpermitted parameters are shown in the log as follows.
It is easy to miss this message in the flurry of other messages.
Rails 6 has added a change to show these params in red color for better visibility.