Oscar Siniscalchi
Results
2
comments of
Oscar Siniscalchi
This seems to still be an issue, from some online research it seems to be related to the loading order, I found some people that has identified the problem arise...
After some struggle I got my branch to work, the only thing I needed to add was ``` class MyModel < ActiveRecord::Base include Impressionist::IsImpressionable is_impressionable end ``` With this include...