Hello,
In my process migration to Rails 3 i've found a bug in AS on has_one
conditions and nested.add_link.
I've two models,
class Abonnement
belongs_to :desabonnement
class Desabonnement
has_one :abonnement
if i set something like : config.nested.add_link(:abonnement, {:label =>
"Voir Abonnement associƩ"})
i've got a nice error : AbstractController::ActionNotFound (The action
'none' could not be found for Www::Admin::AbonnementController):
If y change my has_one to has_many then it works.
Regards.
--
You received this message because you are subscribed to the Google Groups
"ActiveScaffold : Ruby on Rails plugin" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/activescaffold/-/4F1hRB5MidMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/activescaffold?hl=en.