You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installet it as stated in the doc , but when upon index view display I get :
Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
Extracted source (around line #2):
1:
I installet it as stated in the doc , but when upon index view display I get :
Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
Extracted source (around line #2):
1:
2: <%= hidden_field_tag(:wf_id, wf_filter.id) %>
3: <%= hidden_field_tag(:wf_type, wf_filter.class.name) %>
4: <%= hidden_field_tag(:wf_dirty, "false") %>
5: <%= hidden_field_tag(:wf_submitted, "false") %>
trace beginning giving :
will_filter (3.1.9) app/views/will_filter/filter/_conditions_header.html.erb:2:in
___sers_yves__rvm_gems_ruby_______p____rails___gems_will_filter_______app_views_will_filter_filter__conditions_header_html_erb__1227307440605590586_70225104965280' actionpack (3.2.8) lib/action_view/template.rb:145:in
block in render'activesupport (3.2.8) lib/active_support/notifications.rb:125:in
instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in
render'what am I missing ?
The text was updated successfully, but these errors were encountered: