class Refinery::Pages::FinderByUnscopedPath

Public Instance Methods

find() click to toggle source
# File lib/refinery/pages/finder.rb, line 152
def find
  by_slug(path).first
end