You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2018. It is now read-only.
This is pretty simple - I fixed it by changing the has_available_redemptions method to : def has_available_redemptions? redemptions_count.zero? || redemptions_count < redemption_limit || redemption_limit == 0 end
The text was updated successfully, but these errors were encountered:
This is pretty simple - I fixed it by changing the has_available_redemptions method to :
def has_available_redemptions? redemptions_count.zero? || redemptions_count < redemption_limit || redemption_limit == 0 end
The text was updated successfully, but these errors were encountered: