Class: Refinery::PagesController::Finders::Home

Inherits:
Object
  • Object
show all
Defined in:
pages/app/controllers/refinery/pages_controller.rb

Class Method Summary collapse

Class Method Details

.call(_params) ⇒ Object



106
107
108
# File 'pages/app/controllers/refinery/pages_controller.rb', line 106

def self.call(_params)
  Refinery::Page.find_by link_url: Refinery::Pages.home_page_path
end