Skip to content

Instantly share code, notes, and snippets.

@stepahn
Created September 23, 2014 11:43
Show Gist options
  • Save stepahn/12a1b933b8e56c55cd09 to your computer and use it in GitHub Desktop.
Save stepahn/12a1b933b8e56c55cd09 to your computer and use it in GitHub Desktop.
class ApplicationController < ActionController::Base
module DetourFix
def store_detour(options, post = false)
super(options.to_hash, post)
end
end
include DetourFix
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment