When all your controllers are just CRUD, you notice that there are tons
of things you can extract.
As i understand it with CRUD you will have more controllers, and
controllers will frequently call each other.
Lets say you have controller A and B… if B calls A’s action, then
normally A would want to render its own template, but in this instance i
dont want to do this, i want to return to whatever B wants to do. HOw
do you get around this?
Lets say you have controller A and B… if B calls A’s action, then
normally A would want to render its own template, but in this instance i
dont want to do this, i want to return to whatever B wants to do. HOw
do you get around this?
Not really sure what your talking about?
render :action => “B”?
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.