Routes in Rails
Spent a good deal of today learning about Routes in Rails. This is the method Rails uses to control which action from a controller will be called by the interface. I think this is the last thing I need to understand before I can start building the first application I am going to try in Rails.
No comments yet
