2012-07-25 52 views

回答

0

Object.constants显示加载常数。所以我需要先做这件事:

 
Dir["#{Rails.root}/app/models/**/*.rb"].each { |path| require path } 
相关问题