| Module | Grape::DSL::Callbacks |
| In: |
lib/grape/dsl/callbacks.rb
|
Blocks can be executed before or after every API call, using `before`, `after`, `before_validation` and `after_validation`.
Before and after callbacks execute in the following order:
Steps 4, 5 and 6 only happen if validation succeeds.