
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
How to remove model validation from spree
I am struggling with this issue for more than 6 hours. I want to remove the validation from Spree... I am struggling with this issue for more than 6 hours. I want to remove the validation from Spree::Order module Spree class Order < Spree::Base MONEY_THRESHOLD = 100_000_000 MONEY_VALIDATION = { presence: true, numericality: { greater_than: -MONEY_THRESHOLD, less_than: MONEY_THRESHOLD, allow_blank: true }, format: { with: /\A-?\d+(?:\.\d{1,2})?\z/, allow_blank: true } }.freeze NEGATIVE_MONEY_VALID
2017/08/18 リンク