module Caco::Postgres::ClassMethods
Public Instance Methods
should_restart!()
click to toggle source
# File lib/caco/postgres.rb, line 19 def should_restart! @should_restart = true end
should_restart?()
click to toggle source
# File lib/caco/postgres.rb, line 23 def should_restart? @should_restart || false end