mirror of
https://github.com/wahyd4/libr-2.git
synced 2026-08-16 08:45:56 +10:00
8 lines
110 B
Ruby
8 lines
110 B
Ruby
class DashboardController < ApplicationController
|
|
before_action :authenticate_user!
|
|
|
|
def index
|
|
|
|
end
|
|
end
|