diaspora/app/controllers/application_controller.rb
2010-06-11 10:40:49 -07:00

4 lines
103 B
Ruby

class ApplicationController < ActionController::Base
protect_from_forgery
layout 'application'
end