module Lookbook::InspectableEntity

def custom_source?

Other tags:
    Api: - private
def custom_source?
  source_file_path.present?
end