Questions tagged [applicationcontroller]
61 questions
-3
votes
1 answer
Rails how works ApplicationController
When i write a Controller Class, it's possible to use methods like:
@article.update(article_params)
The method update comes from the class ActiveRecord::Base :
http://api.rubyonrails.org/v2.3/classes/ActiveRecord/Base.html#M001966
My…

DeveloperB
- 1
- 6