retrospring/app/controllers/static_controller.rb
2014-08-01 11:47:25 +02:00

7 lines
88 B
Ruby

class StaticController < ApplicationController
def index
end
def about
end
end