parsley/app/controllers/home_controller.rb

6 lines
68 B
Ruby
Raw Normal View History

2016-01-30 21:20:15 -06:00
class HomeController < ApplicationController
def about
end
end