Displaying 1 result from an estimated 1 matches for "it_systems".
Did you mean:
ilesystems
2005 Jun 16
0
Pagination error on SQLSERVER
...d
list action against a SQLSERVER database. The problem appears to lie
in the pagination code generated by scaffold. If I replace the
pagination line with:
@names = Name.find( :all)
the error goes away. Is there a better solution?
-Larry
----- Error code shown below ------
NoMethodError in It_systems#index
undefined method `[]'' for nil:NilClass
app/controllers/it_systems_controller.rb:8:in `list''
app/controllers/it_systems_controller.rb:3:in `index''
script/server:48