Lets say I have a controller controlling my header called Toggleable. Within my header I have two different dropdown buttons, and two different dropdown menu areas. Using the same controller, and same controller function, is it possible for me to pass along two different data-targets into the function?
Something like data-action="toggler#toggle(firstTarget)"
Is this possible? If not, what is the best way to handle this?