welcome_controller.rb 99 B

12345
  1. # frozen_string_literal: true
  2. class WelcomeController < ApplicationController
  3. def root; end
  4. end