Skip to content

Instantly share code, notes, and snippets.

@qoobaa
Created April 12, 2013 15:05
Show Gist options
  • Save qoobaa/5372688 to your computer and use it in GitHub Desktop.
Save qoobaa/5372688 to your computer and use it in GitHub Desktop.
if request.path == "/reload"
self.class.load_settings!
RailsMultisite::ConnectionManagement.each_connection { SiteSetting.refresh! }
return [200, {}, ["success"]]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment