RailsApps / rails3-bootstrap-devise-cancan

Outdated. See the rails-devise-pundit example app for Rails 4.1.
http://railsapps.github.io
491 stars 207 forks source link

Different registration forms for each role #29

Open mihaipaun opened 11 years ago

mihaipaun commented 11 years ago

How would you go about creating different registration forms that would map to each role? I know that with devise you can create multiple user models but that kind of defeats the purpose of cancan/roles.

Thanks!