mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-07 17:03:37 +01:00
5 lines
115 B
Ruby
5 lines
115 B
Ruby
class Admin::DashboardController < ApplicationController
|
|
before_action :authenticate_user!
|
|
|
|
def index; end
|
|
end
|