Sha256: 4a50232dab6a47a0907963584c28e0c31d10bff45f9954f432726ad6b69f1be7

Contents?: true

Size: 183 Bytes

Versions: 4

Compression:

Stored size: 183 Bytes

Contents

module ChronoModel
  module Patches

    module DBConsole
      def config
        super.dup.tap {|config| config['adapter'] = 'postgresql/chronomodel' }
      end
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chrono_model-1.2.2 lib/chrono_model/patches/db_console.rb
chrono_model-1.2.1 lib/chrono_model/patches/db_console.rb
chrono_model-1.2.0 lib/chrono_model/patches/db_console.rb
chrono_model-1.1.0 lib/chrono_model/patches/db_console.rb