class MainController < ApplicationController #before_filter :login_required layout "main" def index respond_to do |format| format.html # index.html.erb end end def contact end def bio end end