lib/trackman/assets/asset.rb in trackman-0.5.5 vs lib/trackman/assets/asset.rb in trackman-0.5.6

- old
+ new

@@ -1,10 +1,10 @@ module Trackman module Assets class Asset - extend AssetFactory, Components::Conventions - extend Components::Diffable, Components::Shippable + extend AssetFactory, Trackman::Components::Conventions + extend Trackman::Components::Diffable, Trackman::Components::Shippable include Comparable def initialize attributes = {} @assets = [] @@ -63,13 +63,10 @@ def self.sync local = Asset.all remote = RemoteAsset.all - diff_result = diff(local, remote) - - Trackman::Utility::Debugger.trace diff_result.inspect - + diff_result = diff(local, remote) ship diff_result true end \ No newline at end of file