summaryrefslogtreecommitdiff
path: root/app/models/remote_gs_node/gs_cluster_sync_log_entry.rb
blob: 843494e8cf565fa443244f0d00f48929aa156c12 (plain)
1
2
3
4
5
6
7
8
9
# Find docu about ActiveResource at 
# http://ofps.oreilly.com/titles/9780596521424/activeresource_id59243.html
# test = RemoteGSNode::GcLogEntry.first.attributes.delete_if{|key, value| ['id','updated_at','created_at'].include?(key) })

module RemoteGsNode
  class GsClusterSyncLogEntry < ActiveResource::Base
    self.site = 'http://0.0.0.0:3000'
  end
end