Skip to content

Instantly share code, notes, and snippets.

@chrismear
Created August 26, 2009 15:52
Show Gist options
  • Save chrismear/175598 to your computer and use it in GitHub Desktop.
Save chrismear/175598 to your computer and use it in GitHub Desktop.
module ActiveRecord
module Base
def self.valid_attributes?(test_attributes)
self.new(test_attributes).valid?
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment