Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active October 31, 2017 17:18
Show Gist options
  • Save domagude/8ce090b870f0c8ae98db2165f61635c8 to your computer and use it in GitHub Desktop.
Save domagude/8ce090b870f0c8ae98db2165f61635c8 to your computer and use it in GitHub Desktop.
...
def hobby
posts_for_branch(params[:action])
end
def study
posts_for_branch(params[:action])
end
def team
posts_for_branch(params[:action])
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment