# File lib/model/mongo_mapper.rb, line 53 def extjs_allow_blank(col) (col.name == '_id') || (col.options[:required] != true) end