rails-pipeline-testacular-test/app/controllers/application_controller.rb
2012-12-05 14:58:50 -05:00

4 lines
80 B
Ruby

class ApplicationController < ActionController::Base
protect_from_forgery
end