Created
April 22, 2016 23:47
-
-
Save jordangraft/a5664a8e76bfea1912e3da931da29a33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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