bragi / representations

Simple representations for ActiveRecord models
MIT License
7 stars 2 forks source link

invalid html input tag while ruby1.9.1 #56

Open gruby opened 14 years ago

gruby commented 14 years ago

name attribute is not created correctly, ex.:

<input type="text" id="profile_name" name="["profile", "[name]"]" value="" /> instead of: name="profile[name]"