|
|
|
|
|
by knowtheory
4837 days ago
|
|
Views are not controllers. Views are more akin to presenters, or viewmodels. You are right that what is traditionally considered a "view" in the rails parlance is a template to backbone. fwiw, Routers used to be called Controllers. |
|
Or does this logic belong in the Route.js file? I am clearly confused.
FYI.. rails didn't invent mvc; it was invented in the 70's for smalltalk.