lib/tracker_api.rb in tracker_api-1.9.0 vs lib/tracker_api.rb in tracker_api-1.9.1
- old
+ new
@@ -60,10 +60,12 @@
autoload :Webhook, 'tracker_api/endpoints/webhook'
autoload :Webhooks, 'tracker_api/endpoints/webhooks'
autoload :StoryTransitions, 'tracker_api/endpoints/story_transitions'
autoload :Attachment, 'tracker_api/endpoints/attachment'
autoload :Attachments, 'tracker_api/endpoints/attachments'
+ autoload :Releases, 'tracker_api/endpoints/releases'
+ autoload :Release, 'tracker_api/endpoints/release'
end
module Resources
module Shared
autoload :Base, 'tracker_api/resources/shared/base'
@@ -91,7 +93,8 @@
autoload :TimeZone, 'tracker_api/resources/time_zone'
autoload :Comment, 'tracker_api/resources/comment'
autoload :Webhook, 'tracker_api/resources/webhook'
autoload :StoryTransition, 'tracker_api/resources/story_transition'
autoload :FileAttachment, 'tracker_api/resources/file_attachment'
+ autoload :Release, 'tracker_api/resources/release'
end
end