Per discussion on #4 we should change the way it's handled in the scheduled_message and message quota after refactoring the way it's checked on the user.
exceeded_user_quota? makes sense because it's a true/false situation. the unless can be changed to an if exceeded_user_quota? and then it would add the errors to the form.
Per discussion on #4 we should change the way it's handled in the scheduled_message and message quota after refactoring the way it's checked on the user.
exceeded_user_quota? makes sense because it's a true/false situation. the unless can be changed to an if exceeded_user_quota? and then it would add the errors to the form.