|
2 |
edited tags
|
||
|
1 |
|
||
Using || in Case switch in RailsI have a partial that I want to display in a layout only when certain pages use that layout. I've set @page_title for all my pages and thought I could use something like this:
But, the include is only happening on the page titled "Log in" and not the other pages. Are || statements like this not allowed on Case switches? Is there a different way to set an OR statement in the case switch? Thanks!
|
||||
