mirror of
https://github.com/wahyd4/libr-2.git
synced 2026-08-09 05:15:53 +10:00
8 lines
149 B
Ruby
8 lines
149 B
Ruby
class DashboardController < ApplicationController
|
|
# before_action :authenticate_user!
|
|
|
|
def index
|
|
render 'index', layout: 'landing'
|
|
end
|
|
end
|