scinote-web/app/controllers/dashboards_controller.rb
2020-02-13 13:50:29 +01:00

6 lines
102 B
Ruby

# frozen_string_literal: true
class DashboardsController < ApplicationController
def show; end
end