We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有人反映了个出错信息
private method `next_migration_number' called for Wechat::Generators::SessionGenerator:Class (NoMethodError)
-- https://ruby-china.org/topics/39006
我看了下大概是这个 commit 里 private 部分的改动导致的。next_migration_number 应该期待是 public method.
private
next_migration_number
The text was updated successfully, but these errors were encountered:
#270 method `next_migration_number' can not be private
c4155ec
Fix at release 0.11.6
0.11.6
Sorry, something went wrong.
No branches or pull requests
有人反映了个出错信息
-- https://ruby-china.org/topics/39006
我看了下大概是这个 commit 里
private
部分的改动导致的。next_migration_number
应该期待是 public method.The text was updated successfully, but these errors were encountered: