Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix eager loading due to ServeStream rename
ServeFile was renamed to ServeStream in ruby-grape#1520. Calling Grape.eager_load! would fail with: ``` uninitialized constant Grape::ServeFile (NameError) ```
- Loading branch information