回答編集履歴
1
typo
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
```rb
|
8
8
|
|
9
|
-
I18n.t('activerecord.attributes.post.name
|
9
|
+
I18n.t('activerecord.attributes.post.name')
|
10
10
|
|
11
11
|
```
|
12
12
|
|