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