Commit d6f6ff4801d8af5451c3c44fc9221e500164c1dc

Authored by Rafael Manzo
1 parent 86d4d666

ApplicationController with protection from forgery as the Rails 3 standard

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/controllers/application_controller.rb
1 1 class ApplicationController < ActionController::Base
  2 + protec_from_forgery
2 3  
3 4 before_filter :setup_multitenancy
4 5 before_filter :detect_stuff_by_domain
... ...