diaspora/app/controllers/application_controller.rb
2010-06-24 20:47:03 -04:00

5 lines
124 B
Ruby

class ApplicationController < ActionController::Base
protect_from_forgery :except => :receive
layout 'application'
end