質問編集履歴

1

yml追加

2018/12/06 11:18

投稿

innjera
innjera

スコア132

test CHANGED
File without changes
test CHANGED
@@ -93,3 +93,33 @@
93
93
  <%= f.select :status, Tender.status_options, {}, class: 'form-control' %>
94
94
 
95
95
  ```
96
+
97
+
98
+
99
+ ```yml
100
+
101
+ ###ja.yml
102
+
103
+
104
+
105
+ ja:
106
+
107
+ activerecord:
108
+
109
+ models:
110
+
111
+ tender: 入札
112
+
113
+ attributes:
114
+
115
+ tender:
116
+
117
+ status: 状態
118
+
119
+ status_draft: ドラフト
120
+
121
+ status_ready: 完了
122
+
123
+
124
+
125
+ ```