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.
我有一个模型名称 Enrollment。检查它的类后,它显示这是一个模块。那是怎么发生的?
模型:
enrollment.rb class Enrollment < ActiveRecord::Base end