mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-06 03:01:21 -04:00
7 lines
107 B
Ruby
7 lines
107 B
Ruby
class AdminsController < ApplicationController
|
|
before_filter :authenticate_admin!
|
|
|
|
def index
|
|
end
|
|
end
|