Peeking Under The Hood of ActionController Parameters, Part 1
Strong parameters are a daily staple in any Rubyist or Rails developer’s workflow. But how do they actually work? And why do we use methods like require and permit? What do they do, exactly? This blog post tries to answer these questions by taking a peek under the hood.
Post a comment