lib/generators/apartment/install/templates/apartment.rb in apartment-0.18.0 vs lib/generators/apartment/install/templates/apartment.rb in apartment-0.19.0

- old
+ new

@@ -8,10 +8,10 @@ config.excluded_models = %w{ ActiveRecord::SessionStore::Session } # use postgres schemas? - config.use_postgres_schemas = true + config.use_schemas = true # configure persistent schemas (E.g. hstore ) # config.persistent_schemas = %w{ hstore } # add the Rails environment to database names?