class Lookbook::RenderableEntity

def template_file_path

Returns:
  • (Class) - The component class
def template_file_path
  component? ? Dir.glob("#{directory_path}/#{file_name(true)}.*.erb").first : file_path
end