Files
baclight/app/controllers/dashboard_controller.rb
T
2026-05-06 13:28:16 -04:00

5 lines
72 B
Ruby

class DashboardController < ApplicationController
def index
end
end