aboutsummaryrefslogblamecommitdiffstats
path: root/guides/code/getting_started/app/controllers/welcome_controller.rb
blob: f9b859b9c99680a5e715b5d7bd802b09a75a1fc8 (plain) (tree)
1
2
3
4



                                               
class WelcomeController < ApplicationController
  def index
  end
end