class Lookbook::EmbedsController

def lookup_entities

def lookup_entities
  @target = Engine.previews.find_scenario_by_path(params[:path])
  @preview = @target.present? ? @target.preview : Engine.previews.find_by_path(params[:path])
end