Eric-Guo / wechat

API, command and message handling for WeChat in Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoMethodError: private method `next_migration_number'

zhengpd opened this issue · comments

有人反映了个出错信息

private method `next_migration_number' called for Wechat::Generators::SessionGenerator:Class (NoMethodError)

-- https://ruby-china.org/topics/39006

我看了下大概是这个 commitprivate 部分的改动导致的。next_migration_number 应该期待是 public method.

Fix at release 0.11.6