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