Skip to content

Instantly share code, notes, and snippets.

@abaldwin88
Created February 21, 2019 02:37
Show Gist options
  • Save abaldwin88/76cae13c152841eb2fe7b337001e317a to your computer and use it in GitHub Desktop.
Save abaldwin88/76cae13c152841eb2fe7b337001e317a to your computer and use it in GitHub Desktop.
@posts = Post.all
@posts = @posts.where(published: true) unless current_admin
@posts = @posts.where(author: selected_author) unless any_author?
@posts = @posts.search_by_title(search_param).default_order
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment