Sha256: 51bb08eff12b68fb1e1644e4db1d7155c05d6840ccb2c042fc488cbc2cd3a650
Contents?: true
Size: 1.03 KB
Versions: 16
Compression:
Stored size: 1.03 KB
Contents
# encoding: UTF-8 # Copyright 2011-2013 innoQ Deutschland GmbH # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Be sure to restart your server when you modify this file. if Iqvoc.const_defined?(:Application) Iqvoc::Application.config.session_store :cookie_store, key: '_iqvoc_core_session' end # Use the database for sessions instead of the cookie-based default, # which shouldn't be used to store highly confidential information # (create the session table with "rake db:sessions:create") # Iqvoc::Application.config.session_store :active_record_store
Version data entries
16 entries across 16 versions & 1 rubygems