class Lookbook::Collection

def find_by_path(path)

def find_by_path(path)
  items.find { |i| i.lookup_path == path }
end