Files
nairobi/app/models
voodoorai2000 34834889d8 Fix Answer's class conflict
We have two models called `Answer`: The `Answer` model and the `Poll::Answer` model.

This conflict ocurrs when trying to create a user generated poll for a proposal. from the Dashboard. In that case we are getting an exception, only in the development environment, as the class `Answer` is loaded before the class `Poll::Answer` which is the one we want to use.

With this commit we are explicitly requiring the correct model, solving the class conflict.
2019-04-29 15:43:06 +02:00
..
2019-03-14 17:25:43 +01:00
2019-03-27 15:22:14 +01:00
2019-03-14 17:25:43 +01:00
2019-03-14 17:25:43 +01:00
2015-07-15 13:32:13 +02:00
2019-03-26 18:21:19 +01:00
2017-11-17 13:14:03 -04:00
2019-03-27 15:22:14 +01:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-03-14 17:25:43 +01:00
2018-07-17 17:59:11 +02:00
2019-04-17 17:40:56 +02:00
2019-04-29 15:43:06 +02:00
2019-03-14 17:25:43 +01:00
2019-02-05 17:41:00 +01:00
2019-04-17 17:40:56 +02:00
2017-12-15 19:21:02 +01:00