I have my app schema defaulting the User.role attribute to "new". My goal for my before_save callback is for the User model to change the user.role attribute to "admin" if the user being created is the first one, otherwise it leaves it alone.I have my app schema defaulting the User.role a