`

active_scaffold delete_file_column.rb MissingSour

阅读更多
错误提示
no such file to load -- /home/agideo/.cruise/projects/f22/work/vendor/plugins/active_scaffold/lib/bridges/file_column/lib/delete_file_column.rb (MissingSourceFile)

解决
vi ./vendor/plugins/active_scaffold/lib/bridges/file_column/test/test_helper.rb

# TODO "../lib/delete_file_column.rb" not exist
# for file in ["../lib/delete_file_column.rb", "mock_model.rb"]
#  require File.expand_path(File.join(File.dirname(__FILE__), file))
# end

for file in ["mock_model.rb"]
  require File.expand_path(File.join(File.dirname(__FILE__), file))
end
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics