I have a series of different blocks of HTML that i'd like to load into my partial "_right_column" based on the controller and action. What is the best way to conditionally load a partial based on the current controller & action, and where should this check occur?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can check Depending on how big the particular switch statement is, you will probably want to put it in a helper method in application_helper rather than into your partial _right_column. |
|||
|
|