Hi, I have the following problem I'm unable to solve: We have a project on Ruby 1.8.7 and Rails 2.3.8. First we used AS of "rails-2.3" branch, then we upgraded to the "master" branch in order to have Paperclip bridge.
The problem thing is: we create a virtual column that should contain a link to AJAX subform edit. It worked fine early, but with new AS it renders a simple HTML link that just opens a page. The code itself: in controller: columns[:virtual_industry_leader].label = 'Rubric leader' columns[:virtual_industry_leader].set_link :leader_edit in the helper: def company_virtual_industry_leader_column(company) 'Edit leader' end -- 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.
