Creates view to create new admins and super admins.
Add ContactInformation model.
Renames UserController -> StudentController as User keyword is already being used by Devise for authentication.
Updates new user creation form to accept nested attributes for Student and ContactInformation.
As this PR there are still some bugs in the index and show views of Student. Follow up PR will implement a Facade for User to be able to display all the information related to the Student without boilerplate.
What does this PR do?
As this PR there are still some bugs in the index and show views of Student. Follow up PR will implement a Facade for User to be able to display all the information related to the Student without boilerplate.