Skip to content

Instantly share code, notes, and snippets.

@richardsondx
Created March 12, 2014 22:17
Show Gist options
  • Save richardsondx/9517669 to your computer and use it in GitHub Desktop.
Save richardsondx/9517669 to your computer and use it in GitHub Desktop.
websocketrails error
def dispatch(controller, action, env)
controller.action(action).call(env)
end
Local Variables
controller: JirasController
action: "import"
The Error comes from
JirasController.action() in the dispatch method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment