evodata/app/controllers/static_pages_controller.rb

5 lines
73 B
Ruby

class StaticPagesController < ApplicationController
def home
end
end