Bryan, Thank you! I've created a sample app that exhibits the problem.
In this sample Hobo 2.0 app, posted at https://github.com/PHanson-Neurotopia/Hobo20-Sortable.git, I get the following error on the admin/other_contacts page: undefined method `admin_reorder_other_contacts_url' for #<#<Class:0x007f813b243ad8>:0x007f813b3ef698> OtherContact is the model that exhibits the problem. Notice that the Contact model is also using acts_as_list and sortable-collection and works just fine at /contacts index page. Thanks again, Paul On Wednesday, March 20, 2013 1:14:57 PM UTC-7, Bryan Larsen wrote: > > That's not being tested in our integration tests, so it's not > surprising that it's broken. Please open an issue on github. > Although probably not necessary since it should be fairly easy to do > myself, it would also be helpful to send me a sample app that exhibits > the problem. > > Bryan > > On Wed, Mar 20, 2013 at 4:11 PM, Paul <[email protected] <javascript:>> > wrote: > > Hi, > > > > I am not able to get <sortable-collection > with acts_as_list to work > with > > controllers that are in the admin subsite. It works great in the primary > > (non-subsite) controllers. > > > > I get the error: > > > > undefined method `admin_reorder_protocol_frequencies_url' for > > #<#<Class:0x007fa017791c10>:0x007fa017796b70> > > > > > > ProtocolFrequency is my model. I also have a few other models that > behave > > the same. Although, All of the model controllers that belong to the > primary > > application controller level work perfectly. > > > > Any ideas? > > > > Thank you, > > Paul > > > > -- > > 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] <javascript:>. > > To post to this group, send email to [email protected]<javascript:>. > > > Visit this group at http://groups.google.com/group/hobousers?hl=en. > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > -- 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.
