Skip to content

Instantly share code, notes, and snippets.

@abaldwin88
Created February 20, 2019 01:49
Show Gist options
  • Save abaldwin88/4f74aa09788e4a1a4aec4c28a55648e9 to your computer and use it in GitHub Desktop.
Save abaldwin88/4f74aa09788e4a1a4aec4c28a55648e9 to your computer and use it in GitHub Desktop.
@posts = Post.search_by_title(search_param).default_order
@posts = @posts.select do |post|
(post.author == selected_author || any_author?) && (post.published? || current_admin)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment