]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/session-persistence/init.rb
Change around how this works - the container adjusts to the right height, and it...
[rails.git] / vendor / plugins / session-persistence / init.rb
1 require  "session_persistence"
2 ActionController::Base.class_eval { include SessionPersistence }
3 ActionController::Base.after_filter :_persist_session