Skip to content

Instantly share code, notes, and snippets.

@huttneab
Created May 28, 2014 15:37
Show Gist options
  • Save huttneab/75462f265fe0e32ce8d1 to your computer and use it in GitHub Desktop.
Save huttneab/75462f265fe0e32ce8d1 to your computer and use it in GitHub Desktop.
versioning ?
if params[:version] == 2
render :template => 'blah'
else
render :template => 'foo'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment