Files
baclight/app/controllers/dashboard_controller.rb
T

5 lines
72 B
Ruby
Raw Normal View History

2026-05-06 13:28:16 -04:00
class DashboardController < ApplicationController
def index
end
end