Mederic Mesle

Joined

410 Experience
4 Lessons Completed
0 Questions Solved

Activity

Rails use a principle called "convention over configuration" => check this out to read up on it.
https://www.bigbinary.com/learn-rubyonrails-book/rails-core-principles
Basically, if you want to be able to benefit from rails helpers you need to respect the naming conventions if you don't all hell breaks lose.