Wuuaaah, I seem to have been too optimistic. Things get messy with a 
hobo_model_controller:

class Admin::MetadataController < Admin::AdminSiteController
>
 

  hobo_model_controller MercatorIcecat::Metadatum
>   auto_actions :all
> end


- where MercatorIcecat::Metadatum is the right model name -  results 
in#<ArgumentError: wrong number of arguments (1 for 0)>
whereas 

class Admin::MetadataController < Admin::AdminSiteController
>
 

  hobo_model_controller MercatorIcecat::WrongName
>   auto_actions :all
> end


 gives the "correct" error message #<NameError: uninitialized constant 
MercatorIcecat::WrongName>.

Maybe better not use hobo controllers with namespaced models...

Ciao,
Stefan

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to