module Lookbook::LocatableEntity

def directory_path

def directory_path
  @_directory_path ||= Pathname(file_pathname.dirname)
end