lib/apartment/database.rb in apartment-0.6.0 vs lib/apartment/database.rb in apartment-0.7.0

- old
+ new

@@ -1,10 +1,10 @@ require 'active_support/core_ext/string/inflections' # for `constantize` module Apartment module Database - MULTI_TENANT_METHODS = [:create, :switch, :reset, :connect_and_reset, :process] + MULTI_TENANT_METHODS = [:create, :switch, :reset, :connect_and_reset, :process, :seed] class << self # Call init to establish a connection to the public schema on all excluded models # This must be done before creating any new schemas or switching \ No newline at end of file