Can't create new user with ActiveAdmin
问题 I just added active admin to my rails app and I'm unable to create a new user. I am using the user model that active admin creates with a few added columns like first and last name. When I fill out the form for a new user and click create new user, that page refreshes but doesn't save my user and doesn't go to the recap page with the successful message. here is my AdminUser model class AdminUser < ActiveRecord::Base devise :database_authenticatable, :recoverable, :rememberable, :trackable,