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
Allow passing class name as a string for rake task initializer (#782)
It may be possible that API classes are not yet loaded
when the oapi rake tasks are initialized in Rakefile.
Add a possibility to pass class name as a string to not mess with class loader configuration.
Co-authored-by: Mikhail Doronin <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
#### Features
4
4
5
5
* Your contribution here.
6
+
*[#782](https://github.com/ruby-grape/grape-swagger/pull/782): Allow passing class name as string for rake task initializer - [@misdoro](https://github.com/misdoro).
0 commit comments