# File lib/big_record/base.rb, line 18 def initialize(attrs = nil) @new_record = true super attrs.keys.each{ |k| set_loaded(k) } if attrs end