class ActiveRecord::ConnectionAdapters::NullDBAdapter::Checkpoint

Public Class Methods

new() click to toggle source
# File lib/active_record/connection_adapters/nulldb_adapter.rb, line 78
def initialize
  super(:checkpoint, "")
end

Public Instance Methods

==(other) click to toggle source
# File lib/active_record/connection_adapters/nulldb_adapter.rb, line 82
def ==(other)
  self.class == other.class
end