Source Browser

class PagesController < ApplicationController
def home
@examples = ExampleRegistry.all.first(6)
end
end

← Back