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

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

Class Method Summary collapse

Class Method Details

.call(_params) ⇒ Object



99
100
101
# File 'app/controllers/refinery/pages_controller.rb', line 99

def self.call(_params)
  Refinery::Page.find_by link_url: "/"
end