Last active
October 31, 2017 17:18
-
-
Save domagude/8ce090b870f0c8ae98db2165f61635c8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
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