Hi, when I let hobo generate the admin subsite (model name "Login" instead of default "User"), then the admin/logins_controller.rb extends the normal ApplicationController instead of Admin::AdminSiteController.
generated: class Admin::LoginsController < ApplicationController should be: class Admin::LoginsController < Admin::AdminSiteController is this a bug? I use 2.0.0.pre7 thanks, ALex. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
