podemos-info / decidim-module-crowdfundings

GNU Affero General Public License v3.0
3 stars 1 forks source link

Exception when adding a user collaboration #38

Closed leio10 closed 6 years ago

leio10 commented 6 years ago

This is a Bug Report

:tophat: Description

:pushpin: Related issues

:clipboard: Additional Data

jsperezg commented 6 years ago

I can't reproduce this issue on my development environment. Please check that you've followed the instructions in the Readme.md and you've included both gems in your app:

Installation

Add the following lines to your application's Gemfile:

gem 'decidim-collaborations'
gem 'iban_bic'
leio10 commented 6 years ago

Sorry, I didn't add the gem to the Gemfile, but I'm not sure if this should be that way. Maybe we should add a require "iban_bic" to the engine file, as said here. What do you think?

jsperezg commented 6 years ago

Definetivelly looks much better. I will prepare a PR