質問編集履歴
2
追記
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
JS : auto-numericでカンマ付き数字
|
1
|
+
JS : auto-numericでカンマ付き数字を実現したい
|
body
CHANGED
@@ -38,6 +38,11 @@
|
|
38
38
|
|
39
39
|
```
|
40
40
|
|
41
|
+
```ruby
|
42
|
+
## gem fileにも記載、bundle installしています
|
43
|
+
gem 'autonumeric-rails'
|
44
|
+
```
|
45
|
+
|
41
46
|
参考サイト
|
42
47
|
[autonumeric-rails](https://github.com/randoum/autonumeric-rails)
|
43
48
|
[webサイト解説](http://www.ohmyenter.com/ruby-on-rails%E3%81%A7%E3%82%AB%E3%83%B3%E3%83%9E%E4%BB%98%E3%81%8D%E9%87%91%E9%A1%8D%E3%82%92%E6%89%B1%E3%81%86/)
|
1
タグ追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|