1 2 3 4 5 6 7 8 9 10
class FrontpageController < ApplicationController layout "default" def index respond_to do |format| format.html end end end