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
Hi,
I tried to require colorize. Could you install the latest version from GitHub, and test this problem? gem 'zero-rails_openapi', github: 'zhandao/zero-rails_openapi'
Hi,
I just created a rails 5.2 (rc2) application and added your gem and I have the following error in a empty controller:
Here my controllers:
This is can fix if I add
require 'colorize'
in my HouseworksController.I think you can avoid this by set the require in your lib.
The text was updated successfully, but these errors were encountered: