about summary refs log tree commit diff
path: root/app/controllers/home_controller.rb
blob: 95f29929cad2de8b30a4d823197d72354bfb9114 (plain) (blame)
1
2
3
4
class HomeController < ApplicationController
  def index
  end
end