parsley/app/controllers/home_controller.rb
2018-03-29 01:57:00 -05:00

11 lines
113 B
Ruby

class HomeController < ApplicationController
def index
render layout: false
end
def about
end
end