Roy
Roy
got this issue a few days ago ```ruby class Product < ApplicationRecord monetize :price_cents, numericality: { greater_than_or_equal_to: 0, less_than: 5000 } end I18n.locale = :id product = Product.create!(name: 'test', price:...
native js output always show result correctly jquery output show result correctly unless if multiple musics selected which sometimes show incomplete result or even nothing jquery UI output almost always...
also better if it's possible for ``` a = b =1 c = def = 2 ghi = 3 ``` to ``` a = b = 1 c = def...