Prohlížeč zdrojového kódu
app/controllers/pages_controller.rb
class PagesController < ApplicationController
def home
@examples = ExampleRegistry.all.first(6)
end
end
app/controllers/pages_controller.rb
class PagesController < ApplicationController
def home
@examples = ExampleRegistry.all.first(6)
end
end