walter/test/dummy/app/controllers/dashboard_controller.rb
2018-10-04 15:16:10 -04:00

8 lines
119 B
Ruby

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