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.
我有一个必须在模型的 before_save 例程中执行的函数(在表中创建记录)。首选的方法是什么?我在 Rails 3.1 中。lib中的模块?lib中的一个类?应用程序.rb?
有什么例子吗?
谢谢
中的模块lib/。如果它只是一个函数,为什么要创建一个类?并且不要混乱application.rb。
lib/
application.rb