一个名为“import”的模型和表单发生了各种奇怪的事情,这是rails中的保留字吗?我在一些关于 rails 保留字的旧网络帖子中找不到它。
编辑:一些用于说明的代码示例,似乎无法查明问题
作品:
- @profile = Profile.new
= form_for @profile, :method => :get, :html => { :class => 'form-horizontal' } do |f|
throws error # embed raw
失败:
- @import = Import.new
= form_for @import, :method => :get, :html => { :class => 'form-horizontal' } do |f|
有错误:
undefined method `imports_path' for #<#<Class:0x007fe4e0369468>:0x007fe4e25410e0>