andrewculver / koudoku

Robust subscription support for Rails with Stripe.
MIT License
1.16k stars 187 forks source link

BlueCloth - wrong number of arguments #193

Open tamersalama opened 6 years ago

tamersalama commented 6 years ago

I'm getting wrong number of arguments (given <number>, expected 0) from <%= BlueCloth.new(plan.features.gsub(/\n/, "\n\n")).to_html.gsub(/<(\/?)p>/, '<\1li>').html_safe %>

<%= BlueCloth.new("test") %> is giving the same error.

Rails 5.2.0