Method: Lookbook::PreviewsController#show_legacy

Defined in:
app/controllers/lookbook/previews_controller.rb

#show_legacyObject



47
48
49
50
# File 'app/controllers/lookbook/previews_controller.rb', line 47

def show_legacy
  Lookbook.logger.warn("Legacy URL path detected. These paths are deprecated and will be removed in a future version")
  redirect_to lookbook_inspect_path params[:path]
end