Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @posts = Post.search_by_title(search_param).default_order
  2. @posts = @posts.select do |post|
  3. (post.author == selected_author || any_author?) && (post.published? || current_admin)
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement