kaiho/app/controllers/home_controller.rb

4 lines
66 B
Ruby
Raw Permalink Normal View History

2018-07-15 13:46:05 +00:00
class HomeController < ApplicationController
2018-08-04 06:19:12 +00:00
def index; end
2018-07-15 13:46:05 +00:00
end