Subscriptions


<%= form_tag subscriptions_path, id: "checkout-form" do %> <% if current_user and !current_user.has_payment_info? %> <%= render 'customer_form' unless @anonymous_user%> <% end %>

Choose subcription:

<% end %>