【发布时间】:2014-08-25 00:39:46
【问题描述】:
我有这个 Rails 视图部分,但我看不到问题:
%span{class: "show_hide #{show_hide}"}
---------------------
= first_field_focus
---------------------
- if first_field_focus == "1"
- puts '++++++++++++'
- puts 'y'
- puts '.............'
- puts '.............'
- puts '==='
%a{href: '#', :data => {toggle_description_length: 'toggle'}} # Line 11
= raw(txt)
但我只是不断得到:
NoMethodError in Links#index
Showing /home/durrantm/Dropnot/webs/rails_apps/linker/app/views/links/_toggle_details_link_bold.html.haml where line #11 raised:
undefined method `-@' for nil:NilClass
Extracted source (around line #11):
...
【问题讨论】:
标签: ruby-on-rails haml