Skip to content

Instantly share code, notes, and snippets.

@DimaD
Created February 17, 2012 10:35
Show Gist options
  • Save DimaD/1852541 to your computer and use it in GitHub Desktop.
Save DimaD/1852541 to your computer and use it in GitHub Desktop.
Redmine SettingsController#edit
if request.post? && params[:settings] && params[:settings].is_a?(Hash)
settings = (params[:settings] || {}).dup.symbolize_keys
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment