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.
我想在我创建的所有迁移中默认包含一行代码。(实际上,只是禁用某个 Rubocop 检查的评论)。
我可以在不重新实现默认功能的情况下使用继承来实现这一点rails g migration吗?
rails g migration