walter/test/dummy/app/controllers/foobar/dashboard_controller.rb
2021-06-17 16:27:28 -04:00

6 lines
109 B
Ruby

# frozen_string_literal: true
class Foobar::DashboardController < ApplicationController
def home; end
end