search for: delete_lab

Displaying 1 result from an estimated 1 matches for "delete_lab".

Did you mean: delete_all
2007 Jul 04
1
Expected ... to define
...by/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:260:in `load_missing_constant'' C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:468:in `const_missing'' #{RAILS_ROOT}/app/controllers/visit_controller.rb:72:in `delete_lab'' Here is the method causing causing the error: def delete_lab @lab_result = Lab_result.find(params[:id]) if @lab_result.destroy flash[:notice] = "Lab results successfully deleted" redirect_to :action => ''update'', :id => @lab_result.visit en...