You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think it's currently possible, and we're not likely to add this ourselves. You're welcome to give it a go, but it would need to be configurable, since the trailing slash is not the default in Rails.
Alternatively, you can either simply override collection_url in your controller, or find a way to make it a global default (through default_url_options or something). Not sure if that's actually doable.
Since collection_urls are always "index" views, it should be possible (is it?) to make a trailing_slash the default for those URLs.
Is this possible? If not, what would need to be done?
Thanks!
The text was updated successfully, but these errors were encountered: