Changement nom admi_facile => TPS dans les sources.

This commit is contained in:
Xavier J 2015-09-01 14:17:12 +02:00
parent 236f2d5be4
commit ef306cb1be
3 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@ require 'rails/all'
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
module AdmiFacile
module TPS
class Application < Rails::Application
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers

View file

@ -2,20 +2,20 @@
development:
adapter: postgresql
encoding: unicode
database: admi_facile_development
database: TPS_development
host: localhost
pool: 5
username: admi_facile
username: TPS
password: lol
test:
adapter: postgresql
encoding: unicode
database: admi_facile_test
database: TPS_test
host: localhost
pool: 5
username: admi_facile
username: TPS
password: lol

View file

@ -1,3 +1,3 @@
# Be sure to restart your server when you modify this file.
Rails.application.config.session_store :cookie_store, key: '_admi_facile_session'
Rails.application.config.session_store :cookie_store, key: '_TPS_session'