rails undefined method error_messages

Posted stono

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rails undefined method error_messages相关的知识,希望对你有一定的参考价值。

rails undefined method error_messages

学习了:http://stackoverflow.com/questions/10002140/use-error-messages-in-rails-3-2-raises-undefined-method-error

<%= form_for [@camp, @program] do |f| %>
   <% @program.errors.full_messages.each do |msg| %>
      <p><%= msg %></p>
   <% end %>
<%= f.label :name %>
<% end %>

 

以上是关于rails undefined method error_messages的主要内容,如果未能解决你的问题,请参考以下文章

Rails webpacker jquery undefined `$` undefined

Heroku / Rails:PG :: Undefined Table:错误“[tablename]”在heroku rails迁移上不存在

rails PG undefined列不存在用于索引创建

解决Flutter NoMethodError - undefined method `each' for nil:NilClass

jQuery Mobile 在使用 UJS 远程链接接受标头时中断 Rails respond_to

ruby on rails:undefined方法`_path'