Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active November 2, 2017 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domagude/4e54bffb52e4680891918426e24f986a to your computer and use it in GitHub Desktop.
Save domagude/4e54bffb52e4680891918426e24f986a to your computer and use it in GitHub Desktop.
...
def category_field_partial_path
if params[:category].present?
'posts/branch/search_form/category_field'
else
'shared/empty_partial'
end
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment