Class: Refinery::Pages::FinderByUnscopedPath

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

Instance Method Summary collapse

Methods inherited from FinderByPath

#initialize

Constructor Details

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

Instance Method Details

#findObject



152
153
154
# File 'lib/refinery/pages/finder.rb', line 152

def find
  by_slug(path).first
end