Skip to content

Commit

Permalink
All tests passing now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Jul 13, 2012
1 parent 960a478 commit e711296
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/models/test_model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ def initialize(attributes = {})
#TODO in activerecord this is not needed, does new automatically generate nil for each field?
attr_accessor :attributes, :first_name, :zip

def read_attribute_for_validation(key)
@attributes[key]
end

def save
if valid?
#save method implementation
Expand Down

0 comments on commit e711296

Please sign in to comment.