What is a good resource for Rails params?

Hi

I have had a look on the [Rails Guides] (Action Controller Overview — Ruby on Rails Guides) and on the Rails API for more information on the params hash and how it works, to try and get a better understanding of it.

I have also had a look on Google, but nothing is jumping out at me. Does anyone know a good resource for this maybe a website or book?

Thanks.

I was having the same issue when I was building an app. This isn’t an in-depth explanation but it might make a lightbulb go off.