walter/test/dummy/app/controllers/dashboard_controller.rb
2021-04-15 13:22:19 -04:00

9 lines
158 B
Ruby

# frozen_string_literal: true
class DashboardController < ApplicationController
def home; end
def other; end
def placement; end
def missing; end
end