globalize_products.yml

来自「A Hotel Management System based on Ruby 」· YML 代码 · 共 30 行

YML
30
字号
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
first_product:
  id: 1
  code: first-product
  name: first
  manufacturer_id: 1
  description: This is a description of the first product
  specs: these are the specs for the first product
second_product:
  id: 2
  code: second-product
  manufacturer_id: 1
  description: This is a description of the second product
  specs: these are the specs for the second product
third:
  id: 3
  code: third-product
  manufacturer_id: 1
  name: efe
fourth:
  id: 4
  code: fourth-product
  manufacturer_id: 1
  name: eff
fifth:
  id: 5
  code: fifth-product
  manufacturer_id: 1
  name: ear

⌨️ 快捷键说明

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