On Sábado, 1 de Enero de 2011 22:47:39 Michael Latta escribió: > I wish to add a custom action that presents a form to the user in-line > (below the row). I found nothing in the documentation on this. I am > trying to get respond_to_action to work but it requires support methods > that are not obvious. Any pointers welcome. > > Michael
You only have to set :inline => true in the custom action link, although is the default. Then the rendered view will be displayed inline. -- Sergio Cambra .:: entreCables S.L. ::. Mariana Pineda 23, 50.018 Zaragoza T) 902 021 404 F) 976 52 98 07 E) [email protected] -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. 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.
