Sha256: 6618178b010e05dd20cdc0f604958042cbb50620a8f1e208d1e79112fc5b9c6f
Contents?: true
Size: 193 Bytes
Versions: 10
Compression:
Stored size: 193 Bytes
Contents
Refinery::Application.routes.draw do match '/admin' => redirect('/refinery') match '/admin(/*path)' => redirect('/refinery/%{path}') match '/refinery/*path' => 'admin/base#error_404' end
Version data entries
10 entries across 10 versions & 1 rubygems