notebook/app/controllers/main_controller.rb
2012-12-23 02:42:37 -06:00

5 lines
67 B
Ruby

class MainController < ApplicationController
def index
end
end