I\'m trying to override some the functionality of the default devise registrations controller so that only certain users can create accounts for others. So in a file called
Hi I just recently added first name and last name to my registration. I am using Rails 4.
I used the following instructions/tutorial to get this done:
http://www.jacopretorius.net/2014/03/adding-custom-fields-to-your-devise-user-model-in-rails-4.html.
:)