Skip to content

Instantly share code, notes, and snippets.

@domagude
Created November 5, 2017 13:23
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/8922a61e9f155ee03cc8ad416d06bd3f to your computer and use it in GitHub Desktop.
Save domagude/8922a61e9f155ee03cc8ad416d06bd3f to your computer and use it in GitHub Desktop.
def index
@hobby_posts = Post.by_branch('hobby').limit(8)
@study_posts = Post.by_branch('study').limit(8)
@team_posts = Post.by_branch('team').limit(8)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment