Rails utils
redirect_back_with_props_at
redirect_back_with_props_at
A helper to help retain the props_at
parameter as part of the redirect location
. This helper has the same method signature as Rails own redirect_back
.
Setting the content location
You can override the URL Superglue uses to display on the address bar and store your response directly from the server using content-location
. This is optional. For example:
Last updated
Was this helpful?