Skip to content

Instantly share code, notes, and snippets.

@jdelStrother
Created June 21, 2013 09:50
Show Gist options
  • Select an option

  • Save jdelStrother/5830158 to your computer and use it in GitHub Desktop.

Select an option

Save jdelStrother/5830158 to your computer and use it in GitHub Desktop.
<html>
....
<body>
<%= render(@header_template||'layouts/header') %>
</body>
</html>
class MyController
def index
end
def product
@header_template = "layouts/product_header"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment