Sha256: 92cb50aefb6992c45bb439c115321667179b20095386c587d1f812ece5b62551
Contents?: true
Size: 532 Bytes
Versions: 16
Compression:
Stored size: 532 Bytes
Contents
::Refinery::Application.routes.draw do match '/admin(/*path)', :to => redirect {|params, request| request.flash[:message] = "<p> The URL '/<strong>admin</strong>#{"/#{params[:path]}" unless params[:path].blank?}' will be removed in Refinery CMS version 1.0 <br/> Please use '/<strong>refinery</strong>#{"/#{params[:path]}" unless params[:path].blank?}' instead. </p>".html_safe "/refinery#{"/#{params[:path]}" unless params[:path].blank?}" } match '/refinery/*path' => 'admin/base#error_404' end
Version data entries
16 entries across 16 versions & 2 rubygems