I am finalizing a project and want to create a default user. The entire user registry structure is performed by devise built into rails_admin.
Through search I found this syntax below however it does not work:
User.create(:email => '[email protected]', :password => 'senha', :password_confirmation => 'senha')