mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Renamed application name to Registry (befare it was github username Internetee)
This commit is contained in:
parent
5c430384e2
commit
39bccc9827
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Internetee::Application.config.autoload_paths += %W(#{Internetee::Application.config.root}/app/validators/)
|
||||
Registry::Application.config.autoload_paths += %W(#{Registry::Application.config.root}/app/validators/)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Be sure to restart your server when you modify this file.
|
||||
|
||||
Rails.application.config.session_store :cookie_store, key: '_internetee_session'
|
||||
Rails.application.config.session_store :cookie_store, key: '_registry_session'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue