论坛首页 入门技术论坛

rails默认页设置

浏览 2103 次
该帖已经被评为新手帖
作者 正文
   发表时间:2007-07-03  
  # Site URLs
  map.with_options(:controller => 'site') do |site|
    site.homepage          '',                                   :action => 'show_page', :url => '/'
    site.not_found         'error/404',                          :action => 'not_found'
    site.error             'error/500',                          :action => 'error'

    # Everything else
    site.connect           '*url',                               :action => 'show_page'
  end
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics