Skip to content

Commit

Permalink
Removed puts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Reeder committed Jul 6, 2011
1 parent f69ffbd commit 9373d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/simple_record/attributes.rb
Expand Up @@ -243,9 +243,9 @@ def has_one(*args)
end

def handle_virtuals(attrs)
puts 'handle_virtuals'
#puts 'handle_virtuals'
self.class.virtuals.each do |virtual|
puts 'virtual=' + virtual.inspect
# puts 'virtual=' + virtual.inspect
#we first copy the information for the virtual to an instance variable of the same name
send("#{virtual}=", attrs[virtual])
#eval("@#{virtual}=attrs['#{virtual}']")
Expand Down

0 comments on commit 9373d06

Please sign in to comment.