嗯。弱弱的问下..招会计不..
嗯。感觉好棒..那么....你们公司招会计么 呃。希望在这里问这个问题不会被围观。
友情帮顶~~
你有定义 list_line_odd 和 list_line_even 的样式么...
默认 30 分钟过期。
config/initializers/devise.rb 配置 config.timeout_in # ==> Configuration for :timeoutable # The time you want to timeout the user session without activity. After this # time the user will be asked for credentials again. Default is 30 minutes. # config.timeout_in = 30.minutes
或者在 model 里配置。类似于这样.. devise :timeoutable, :timeout_in => 30.minutes
...