# File lib/formtastic.rb, line 1825 def normalize_model_name(name) if name =~ /(.+)\[(.+)\]/ [$1, $2] else [name] end end