Skip to content

Instantly share code, notes, and snippets.

@bubuzzz
Created March 2, 2015 05:26
Show Gist options
  • Select an option

  • Save bubuzzz/42af7fdf75b9f09b94dc to your computer and use it in GitHub Desktop.

Select an option

Save bubuzzz/42af7fdf75b9f09b94dc to your computer and use it in GitHub Desktop.
ClientBannerWithSidebarController = ClientBaseController.extend (
yieldTemplates: _.extend {
'banner' : to: 'banner'
'sidebar' : to: 'sidebar'
}, ClientBaseController::yieldTemplates
)
ClientNoBannerWithSidebarController = ClientBaseController.extend (
yieldTemplates: _.extend {
'sidebar' : to: 'sidebar'
}, ClientBaseController::yieldTemplates
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment