6 lines
109 B
Ruby
6 lines
109 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Foobar::DashboardController < ApplicationController
|
|
def home; end
|
|
end
|