retrospring/app/controllers/static_controller.rb

8 lines
88 B
Ruby
Raw Normal View History

2014-08-01 11:47:25 +02:00
class StaticController < ApplicationController
def index
end
def about
end
end