Skip to content

Instantly share code, notes, and snippets.

@msroot
Last active April 27, 2020 17:17
Show Gist options
  • Save msroot/c6580d28654ea083004994412dff996f to your computer and use it in GitHub Desktop.
Save msroot/c6580d28654ea083004994412dff996f to your computer and use it in GitHub Desktop.
class User < ApplicationRecord
searchkick
def search_data
attributes.slice(*%w[first_name last_name email])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment