简单形式 - 未定义的局部变量或方法`对象'

时间:2018-05-30 12:02:32

标签: ruby-on-rails twitter-bootstrap simple-form

我尝试上传图片时收到错误消息。我一直在使用twitter-bootstrap gem来格式化我的表单视图文件,它将文件更改为simple_format样式。但是,我得到一个错误,给了我一个nill类。我已经在Github下面的视图中发布了以下视图>发布> _forms。

undefined local variable or method `object' for #<#<Class:0x007ffe08098798>:0x007ffe07536788>
Did you mean?  object_id

https://github.com/ArthurTruong5/Instagram_01

<%= simple_form_for @post, :html => { :class => 'form-horizontal' } do |f| %>
              

0 个答案:

没有答案