diaspora/app/controllers/application_controller.rb
2010-06-18 23:47:42 -07:00

6 lines
127 B
Ruby

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