resources.yml
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
源码类别:

Ajax

开发平台:

Others

  1. # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
  2. resource1:
  3.   article: article1
  4.   filename: me.jpg
  5.   mime: 'image/jpeg'
  6.   created_at: <%= 1.week.ago.strftime("%Y-%m-%d %H:%M:%S") %>
  7.   size: 100
  8. resource2:
  9.   article: article1
  10.   filename: moi
  11.   mime: 'image/jpeg'
  12.   created_at: <%= 1.day.ago.strftime("%Y-%m-%d %H:%M:%S") %>
  13.   size: 110
  14. resource3:
  15.   article: article2
  16.   filename: my_latest_typo_patch.diff
  17.   mime: 'text/plain'
  18.   created_at: <%= 1.day.ago.strftime("%Y-%m-%d %H:%M:%S") %>
  19.   size: 0