notebook/app/controllers/main_controller.rb
2012-12-27 20:36:41 -06:00

8 lines
93 B
Ruby

class MainController < ApplicationController
def index
end
def comingsoon
end
end