Attribute Accessors Extends the module object with class/module and instance accessors for class/module attributes, just like the native attr* accessors for instance attributes.| api.rubyonrails.org
Methods| api.rubyonrails.org
This is the first post in a new series that explores the Rails controllers in detail. This post covers the basics, providing a brief overview of controllers, why we need a controller, and how to create one. We'll start exploring more advanced stuff about controllers starting from the next post.| Write Software, Well
Rails parameters let you access data sent by the browser, both via the URL and forms. In this article, we'll cover the basics of parameters, including what they are, how they work, and why they're important. We'll also learn how you can pass parameters in different formats such as arrays and hashes.| Write Software, Well