Added routes, display seems to work so long as you remove the forms from the views.
[feedcatcher.git] / config / initializers / session_store.rb
1 # Be sure to restart your server when you modify this file.
2
3 Feedcatcher::Application.config.session_store :cookie_store, key: '_feedcatcher_session'