# File lib/big_record/model.rb, line 290 def has_attribute?(attr_name) @attributes.has_key?(attr_name.to_s) end