Files
libr-2/app/controllers/dashboard_controller.rb
T

8 lines
149 B
Ruby

class DashboardController < ApplicationController
# before_action :authenticate_user!
def index
render 'index', layout: 'landing'
end
end