Closed tomdonarski closed 9 months ago
Fix Promotions#index view when a promotion has expires_at set. https://upsidelab.atlassian.net/browse/SP-178
expires_at
Promotion#index view breaks due to an ArgumentError: (wrong number of arguments (given 1, expected 0) (ArgumentError))
ArgumentError
(wrong number of arguments (given 1, expected 0) (ArgumentError))
Deletion of unnecessary conversion to String (along with faulty argument passing).
What?
Fix Promotions#index view when a promotion has
expires_at
set. https://upsidelab.atlassian.net/browse/SP-178Why?
Promotion#index view breaks due to an
ArgumentError
:(wrong number of arguments (given 1, expected 0) (ArgumentError))
How?
Deletion of unnecessary conversion to String (along with faulty argument passing).