Files
ubicloud/routes/project/discount_code.rb
Jeremy Evans 44e686ccb1 Use typecast_params in discount code_route
If there wasn't a submitted discount code, or it was empty, do not
try to validate it or look it up.  Add a spec for empty submission.

Use Sequel::CURRENT_TIMESTAMP instead of Time.now.utc.
2025-05-20 05:49:38 +09:00

1.9 KiB