lib/amee/object.rb in amee-2.0.31 vs lib/amee/object.rb in amee-2.0.32

- old
+ new

@@ -5,10 +5,10 @@ @uid = data ? data[:uid] : nil @created = data ? data[:created] : Time.now @modified = data ? data[:modified] : @created @path = data ? data[:path] : nil @name = data ? data[:name] : nil - @connection = nil + @connection = data ? data[:connection] : nil end attr_accessor :connection attr_reader :uid attr_reader :created \ No newline at end of file