Class: Refinery::Pages::Finder::FinderByUnscopedPath

Inherits:
FinderByPath
  • Object
show all
Defined in:
pages/lib/refinery/pages/finder.rb

Instance Method Summary collapse

Methods inherited from FinderByPath

#initialize

Constructor Details

This class inherits a constructor from Refinery::Pages::Finder::FinderByPath

Instance Method Details

#findObject



150
151
152
# File 'pages/lib/refinery/pages/finder.rb', line 150

def find
  by_slug(path).first
end