module Sequel::Plugins::SkipCreateRefresh::InstanceMethods

def _save_refresh

Do nothing instead of refreshing the record inside of save.
def _save_refresh
  nil
end