lib/tracker_api.rb in tracker_api-1.5.0 vs lib/tracker_api.rb in tracker_api-1.6.0

- old
+ new

@@ -51,10 +51,11 @@ autoload :Tasks, 'tracker_api/endpoints/tasks' autoload :Comments, 'tracker_api/endpoints/comments' autoload :Comment, 'tracker_api/endpoints/comment' autoload :Webhook, 'tracker_api/endpoints/webhook' autoload :Webhooks, 'tracker_api/endpoints/webhooks' + autoload :StoryTransitions, 'tracker_api/endpoints/story_transitions' end module Resources module Shared autoload :Base, 'tracker_api/resources/shared/base' @@ -77,7 +78,8 @@ autoload :Story, 'tracker_api/resources/story' autoload :Task, 'tracker_api/resources/task' 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' end end