Project

General

Profile

« Previous | Next » 

Revision 3ad1c5d4

Added by Ohad Levy over 14 years ago

  • ID 3ad1c5d42eabb95d597dc9c0483b04884f5a7dbf

sessions are lazy loaded in rails 2.3, no need to declare them

View differences:

app/controllers/reports_controller.rb
before_filter :require_login, :except => :create
before_filter :require_ssl, :except => :create
before_filter :verify_authenticity_token, :except => :create
session :off, :only => :create
helper :reports
# avoids storing the report data in the log files

Also available in: Unified diff