jfn_app/app/controllers/public/home_controller.rb
Nicolas Bally 0d62fbe429 initial
2011-12-29 11:06:37 +01:00

6 lines
75 B
Ruby

class Public::HomeController < ApplicationController
def home
end
end