diaspora/app/controllers/application_controller.rb
2010-06-17 18:29:56 -07:00

6 lines
125 B
Ruby

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