ajax scaffold doesn't show up :(

Victor escribió:

Hi there, I just installed the plugin following the simple steps at http://blog.caronsoftware.com/articles/category/ajax-scaffold-plugin

But when I point my browser to any controller, it does not display anything (no ajax tables, nothing, my pages look just like before).

I added this to my item_controller.rb:   

The controller name should be name items_controller.rb, remember the "s"

ajax_scaffold :item

Then I put this into application.rhtml (the main layout displayed on all the pages) <%= ajax_scaffold_includes %>

I go to http://localhost:3000/item/   

Here iqual, items