Guest User

Untitled

a guest
Jul 17th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class PublicController < ApplicationController
  2. assume(:search) { Game.search(params[:search]) }
  3. assume(:results) { search.current_scope }
  4. assume(:user_games) { current_user.games }
  5. def index
  6. end
  7. end
Add Comment
Please, Sign In to add comment