Skip to content

Instantly share code, notes, and snippets.

@domagude
Created November 5, 2017 17:02
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/62135da61a3bb0408c5ea57159bdbca9 to your computer and use it in GitHub Desktop.
Save domagude/62135da61a3bb0408c5ea57159bdbca9 to your computer and use it in GitHub Desktop.
def get_posts
PostsForBranchService.new({
search: params[:search],
category: params[:category],
branch: params[:action]
}).call
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment