Skip to content

Instantly share code, notes, and snippets.

@wyodeb
Last active February 27, 2023 09:50
Show Gist options
  • Save wyodeb/7bbecabecd3311296e0c6af0fbd98a25 to your computer and use it in GitHub Desktop.
Save wyodeb/7bbecabecd3311296e0c6af0fbd98a25 to your computer and use it in GitHub Desktop.
class UsersController < ApplicationController
def index
@users = UserFilterService.new(params[:query]).filter
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment