upmin / upmin-admin-ruby

Framework for creating powerful admin backends with minimal effort in Ruby on Rails.
MIT License
757 stars 66 forks source link

how to add a field for an attribute which is not a database table column? #137

Closed knx closed 9 years ago

knx commented 9 years ago

I'm trying to allow creation of new users (with Devise) and when submitting new user I get the "Password can't be blank" validation error. I would like to add a password field in new user partial, but the password is not a "real" attribute.

What would be the best way to do it?

knx commented 9 years ago

I just created a custom partial view for new user with password field. Please disregard this issue.