# File active_record.rb, line 42 def self.create(h=nil) if h.kind_of? Array h.each{|o|self.create(o)} else self.new(h).save end end