You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To complement `School#verify!`. Note that this doesn't need to be a bang
method because the return value of calling `update` is passed through
`SchoolVerificationService#reject` and back to
`Admin::SchoolsController#reject`. The `School#verify!` method needs to
raise on error so that it triggers a transaction rollback in
`SchoolVerificationService#verify`.
0 commit comments