Skip to content

Instantly share code, notes, and snippets.

@itsmikeq
Created January 6, 2013 17:36
Show Gist options
  • Save itsmikeq/4468852 to your computer and use it in GitHub Desktop.
Save itsmikeq/4468852 to your computer and use it in GitHub Desktop.
Class for connecting to remote Redmine Instance
class IssueResource < ActiveResource::Base
self.element_name = "issue"
self.user="admin"
self.password="admin"
self.site = "http://localhost:3000"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment