named route
摘要:
在route.rb里定义路由规则后,会自动生成named routes。例如match '/about', :to => 'pages#about', :as => :about会自动生成named routes (about_path和about_url, 在controllers和views中可用),即定义match '/*',会自动生成*_path和*_url的named routes。about_path => '/about'about_url => 'http://localhost:3 阅读全文
posted @ 2011-08-01 11:25 sleepingfire 阅读(146) 评论(0) 推荐(0)
浙公网安备 33010602011771号