Self Reply:

It turns out that I had moved the controller to the admin path and retyped it to Admin::AdminSiteController. Since this was the only change I made, I reversed it to ApplicationController and the error went away. Everything else seems to be working ok.

Don Ziesig


On 07/04/2014 05:42 PM, Donald Ziesig wrote:
Hi All!

Strange problem:

def create
  hobo_create do
     *
     *
  end
end

and

def update
  hobo_update do
     *
     *
  end
end

both fail with the error message:


    wrong number of arguments (2 for 1)

This code has worked  "forever" (since I started using hobo).

Any ideas how I can make it work again?

Thanks,

Don Ziesig




--
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] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.

--
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