Skip to content

Instantly share code, notes, and snippets.

@Olgagr
Created September 6, 2013 07:52
Show Gist options
  • Save Olgagr/6460790 to your computer and use it in GitHub Desktop.
Save Olgagr/6460790 to your computer and use it in GitHub Desktop.
Redirect to eg. edit action with additional parameters
redirect_to action: :edit, id: @company.id, params: {tab: 'locations' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment