This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Loading…
Labels












I have a similar problem but it is not related to namespaces. I have an admin namesspace and it works fine with just passing in the actual name of the class without any namespace stuff being needed.
I'm wondering if you are using a multi model form? This is what I am doing and I am experiencing the same problem as you.
The same object in a standard CRUD form in an admin area works fine for me but I have a situation where I am using
accepts_nested_attributes_for
And this appears to be the issue. I could be totally wrong as I have no idea how the objects are being manipulated.
I'm wondering if there is a workaround for this at all?
I have voted for this isuue
James