Retrospring/app/controllers/static_controller.rb

8 lines
88 B
Ruby
Raw Normal View History

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