Method: Lookbook::InspectorController#show_legacy

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

#show_legacyObject



26
27
28
29
# File 'app/controllers/lookbook/inspector_controller.rb', line 26

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