replies.yml

来自「敏捷开发 ruby on rails 实现的一个购物车系统」· YML 代码 · 共 35 行

YML
35
字号
witty_retort:  id: 1  topic_id: 1  content: Birdman is better!  created_at: <%= 6.hours.ago.to_s(:db) %>  updated_at: nil  another:  id: 2  topic_id: 2  content: Nuh uh!  created_at: <%= 1.hour.ago.to_s(:db) %>  updated_at: nil  spam:  id: 3  topic_id: 1  content: Nice site!  created_at: <%= 1.hour.ago.to_s(:db) %>  updated_at: nildecisive:  id: 4  topic_id: 4  content: "I'm getting to the bottom of this"  created_at: <%= 30.minutes.ago.to_s(:db) %>  updated_at: nilbrave:  id: 5  topic_id: 4  content: "AR doesn't scare me a bit"  created_at: <%= 10.minutes.ago.to_s(:db) %>  updated_at: nil

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?