module Replicat::Replicable

Attributes

connection_name[RW]

Public Class Methods

proxy() click to toggle source
# File lib/replicat/replicable.rb, line 11
def proxy
  @proxy ||= Proxy.new(self)
end