This commit is contained in:
r888888888
2014-04-14 14:32:01 -07:00
parent 7a61048d69
commit fad0ab7c93
105 changed files with 610 additions and 485 deletions

View File

@@ -1,8 +1,3 @@
# Be sure to restart your server when you modify this file.
Danbooru::Application.config.session_store :cookie_store, :key => '_danbooru_session'
# 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 "rails generate session_migration")
# Danbooru::Application.config.session_store :active_record_store
Rails.application.config.session_store :cookie_store, key: '_danbooru_session'