mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +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
|
@ -13,7 +13,7 @@ require 'sprockets/railtie'
|
|||
# you've limited to :test, :development, or :production.
|
||||
Bundler.require(*Rails.groups)
|
||||
|
||||
module Internetee
|
||||
module Registry
|
||||
class Application < Rails::Application
|
||||
# Settings in config/environments/* take precedence over those specified here.
|
||||
# Application configuration should go into files in config/initializers
|
||||
|
|
|
@ -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