调试输出如下所示:
!ruby/object:Business
attributes:
business_type: 8
type_count: 2
但是我如何访问这些属性?
我在这里感觉很愚蠢:/
编辑:我认为还有更多代码:
<% @serviceSections.each do |k,v| %>
<% c = @bc.select{|s| s.business_type == k} %>
<%= debug(c.type_count) %>
<% end %>
这只是给了我错误
[# <业务业务类型:8>]的未定义方法`type_count':数组
编辑2
我主要是个白痴:-)已经晚了....
我需要做的只是检查:
<% if !c.respond_to?("type_count") %>