nerdgeschoss / shimmer

Shimmer is a collection of Rails extensions that bring advanced UI features into your app and make your life easier as a developer.
https://nerdgeschoss.de
MIT License
6 stars 1 forks source link

fix close_modal(id) #11

Closed Maxi211 closed 2 years ago

Maxi211 commented 2 years ago

@JensRavens I am not sure about changing modal_path(url, id: nil, size: nil, close: true) and open_modal(url, id: nil, size: nil, close: true) by making id an unnamed parameter, when the url is required and 2 unnamed parameters seem unreasonable.