Hi there! I'm using active_scaffold gem -v 3.4.17 with rails 4.1.9. I want to add some custom form action. I have read https://github.com/activescaffold/active_scaffold/wiki/Adding-custom-actions#form-actions but still can't add form. I'm want to add "form action" that will work with spreadsheet gem (https://github.com/zdavatz/spreadsheet). I need to export items in the selected interval (from xx - to yy) or all items (in form will be 2 radio buttons). I'm trying to add custom xlsx_export action. Can you just paste here another example of custom form action with ":type => :collection"?
I can export all records of controller, but can't implement a custom form action for it. -- 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 http://groups.google.com/group/activescaffold. For more options, visit https://groups.google.com/d/optout.
