mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
9 lines
152 B
Ruby
9 lines
152 B
Ruby
module Admin
|
|
class AdminController < ApplicationController
|
|
|
|
before_filter :authenticate_user!
|
|
before_filter :redirect_unless_admin
|
|
|
|
end
|
|
end
|