pages_controller.rb 97 Bytes
Newer Older
annearrobio's avatar
annearrobio committed
1 2 3 4 5
class PagesController < ApplicationController
	def index
		render "pages/index.html.erb"
	end
end