Skip to content

Instantly share code, notes, and snippets.

@jerzyn
Last active October 1, 2015 11:26
Show Gist options
  • Select an option

  • Save jerzyn/9689681 to your computer and use it in GitHub Desktop.

Select an option

Save jerzyn/9689681 to your computer and use it in GitHub Desktop.
Restrict the display of Dashboard if credit card is missing
{% if current_account.credit_card_required? %}
{% if current_account.credit_card_stored? %}
<a href="/xxxx">API Credentials</a> |
{% endif %}
{% else %}
<a href="/xxxx">API Credentials</a> |
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment