mirror of
https://github.com/heartcombo/devise.git
synced 2026-02-17 18:11:26 -05:00
7 lines
107 B
Ruby
7 lines
107 B
Ruby
class AdminsController < ApplicationController
|
|
before_filter :authenticate_admin!
|
|
|
|
def index
|
|
end
|
|
end
|