module Lookbook::LocatableEntity

def last_modified

def last_modified
  @_last_modified ||= File.mtime(file_path)
end