Skip to content

Commit

Permalink
Fixes #111 - need to require virtus
Browse files Browse the repository at this point in the history
  • Loading branch information
forest committed Aug 9, 2017
1 parent c333707 commit a9eb54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tracker_api/resources/activity.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module TrackerApi
module Resources
class Activity
include Virtus.model
include Shared::Base
include Equalizer.new(:guid)

attribute :client
Expand Down

0 comments on commit a9eb54d

Please sign in to comment.