models文件夹下user.rb是class User < ActiveRecord::Base ... endmodels文件夹下user文件夹下多个文件里面 是class User .... end这个User类应该是同一个类吧,为什么可以这么组织?
看下这个[url]http://paulbarry.com/articles/2008/08/30/concerned-with-skinny-controller-skinny-model[/url]