mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
7 lines
127 B
Ruby
7 lines
127 B
Ruby
class ApplicationController < ActionController::Base
|
|
protect_from_forgery :except => :receive
|
|
layout 'application'
|
|
|
|
|
|
end
|