Created
January 6, 2013 17:36
-
-
Save itsmikeq/4468852 to your computer and use it in GitHub Desktop.
Class for connecting to remote Redmine Instance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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