Skip to content

Instantly share code, notes, and snippets.

@jordangraft
Created April 22, 2016 23:47
Show Gist options
  • Save jordangraft/a5664a8e76bfea1912e3da931da29a33 to your computer and use it in GitHub Desktop.
Save jordangraft/a5664a8e76bfea1912e3da931da29a33 to your computer and use it in GitHub Desktop.
class Order < ActiveRecord::Base
# again it needs to return an array of strings
def self.filter_names
['ssn', 'credit_card', 'password']
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment