class HomeController < ApplicationController def index @templates = Template.desc(:created_at).limit(3) @extensions = Extension.desc(:created_at).limit(3) end end