Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ActiveRecord::UnknownAttributeError: unknown attribute: audited_changes 当我尝试通过 rails 控制台创建新记录时
审计表的架构已更改。'changes' 列变成了 'audited_changes' 列。您当前的架构可能与您正在使用的acts_as_audited 版本不匹配。
升级您的acts_as_audited 版本或更正架构:) 为我工作。