# 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
|