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