Skip to content

Instantly share code, notes, and snippets.

@iosadchiy
Created May 16, 2011 12:22
Show Gist options
  • Save iosadchiy/974347 to your computer and use it in GitHub Desktop.
Save iosadchiy/974347 to your computer and use it in GitHub Desktop.
module ApplicationHelper
def current_category
@category || @kitchen && @kitchen.category || Category.roots.first
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment