Created
February 21, 2019 02:37
-
-
Save abaldwin88/76cae13c152841eb2fe7b337001e317a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
@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