我尝试重现
http://railscasts.com/episodes/346-wizard-forms-with-wicked railscast.我尝试用四步向导创建报告.一世
>生成控制器report_steps
>添加资源:report_steps到routes.rb
>创建步骤视图
现在我尝试调用它(就像在railscats中通过在浏览器的地址栏中键入localhost:3000 / report_steps / step1)并接收:
Routing Error uninitialized constant ReportStepsController::Wicked
问题是什么?
我使用ruby 1.9 2和rails 3.0.12.
UPD:评论和取消评论后包括Wicked :: Wizard行为改变(这是一种魔法)现在我收到新的错误:
NameError in ReportStepsController#show uninitialized constant ReportStep
解决方法
听起来你错过了模特里面的东西.你有模特报告吗?
你也可以在这里发布相关代码(控制器,模型,最终助手)吗?这将有助于找到实际使用常量ReportStep的点.