Probably you need to add a helper method active_scaffold_config, which returns active_scaffold_config_for(Model) or Controller.active_scaffold_config, and maybe some other helper methods needs to be added. Some helpers may be added to mailer, but active_scaffold_config needs to be added as a new helper method, because you need to get config from a controller
El Jueves, 17 de diciembre de 2015 01:48:03 Gloufy escribió: > i try it but i've got : undefined method `active_scaffold_config' for > FicheMailer:Class > how i can "include" activescaffold" in mailer ? > > Le jeudi 17 décembre 2015 09:01:23 UTC+1, Sergio Cambra a écrit : > > You could try to use render :partial => 'active_scaffold_overrides/show', > > maybe :partial => 'show' works, but I never used activescaffold views in > > mailers. > > > > El Miércoles, 16 de diciembre de 2015 10:08:32 Gloufy escribió: > > > Hi, > > > > > > I try to put result of a show action in a body of a email with a mailer. > > > How to do that ? > > > > > > Thanks a lot > > > > > > Gloufy -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" 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 https://groups.google.com/group/activescaffold. For more options, visit https://groups.google.com/d/optout.
