how to render partial on everything except a certain action

前端 未结 3 1595
小蘑菇
小蘑菇 2020-12-12 23:09

I have a _header.html.erb partial which is where I put my navbar

on my launch page I don\'t want to display the navbar.

this is the body of appl

3条回答
  •  执笔经年
    2020-12-12 23:34

    I would set a different layout for those specific actions on specific controllers.

提交回复
热议问题