Skip to content

Instantly share code, notes, and snippets.

@BelenRemedi
Last active August 27, 2019 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BelenRemedi/49fe380197bc3d20130512f7f82e2835 to your computer and use it in GitHub Desktop.
Save BelenRemedi/49fe380197bc3d20130512f7f82e2835 to your computer and use it in GitHub Desktop.
# app/models/my_model.rb
def self.my_custom_filter_eq(value)
where(column_1: value) # or probably a more complex query that uses the value inputted by the admin user
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment