nested_form
nested_form copied to clipboard
Added posibility specify helper for link_to_add and link_to_remove
Sometimes we need specify tag that link_to_add or link_to_remove generated.
So i have added posibility to specify :helper options to choose view helper that generate link
= f.link_to_add 'Add new task', :tasks, helper: :button_tag
If you find it useful i will add specs
my link to remove is not working
@cis-shraddha, can you please paste code example
@ryanb Can you please provide some feedback on this? Thanks