Displaying 1 result from an estimated 1 matches for "blue_sync".
2007 Oct 12
2
missing attribute: reorder
...eration", "position", "created_on", "updated_on",
"updated_by", "version", "reorder"]
Reorder is an integer value
Here is the code that is balked about:
<% if plan_procedure.reorder == 1 %>
<%= link_to(image_tag("blue_sync.png"), { :controller =>
''manage_plan_procedures'', :action => ''reorder'', :id =>
plan_procedure.id}, {:border => 0, :title => "Reorder Cases", :class
=> "image_link"}) %>
<% end %>
I am setting this with an upda...