Rails 可以不写 action?

tuliang · January 16, 2014 · Last by boyishwei replied at January 17, 2014 · 2960 hits

routes

get 'terms' => 'product_pages#terms'

在 views 里面有相应的模板

在 ProductPagesController 中并没有写 terms action,就可以访问这个页面了。

直接静态页面放 public 文件夹里对应位置

是的,如果 action 不存在会直接渲染模板文件

2 楼说的对

3 楼说的对

4 楼说的对

6 Floor has deleted

#1 楼 @aptx4869 静态文件没办法 登录状态

楼上说的都对 .

都是水,,,

You need to Sign in before reply, if you don't have an account, please Sign up first.