Just a guess, maybe you kept your controller methods in your app in the
'views' protocol? If so, you should move them to the 'controllers'
method category.

We made this change because those methods happen to be more controller
methods than anything else, and usually dispatch requests, using routes,
hash, etc to widgets.

Also, do you have an #index method in your application?

Cheers!

Nico

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to