class StaticController < ApplicationController
	def homepage
	end

	def test
	end
end