2012-07-25 51 views

回答

0

Object.constants顯示加載常數。所以我需要先做這件事:

 
Dir["#{Rails.root}/app/models/**/*.rb"].each { |path| require path } 
相關問題