618268b4b9
1602a70fb4
baea5d69be
1
2 3 4
5 6 7 8
require_relative "application_controller" class Rails::WelcomeController < Rails::ApplicationController # :nodoc: layout false def index end end