Is associated_collection_scope config different for version 3.0.0? #3525
              
                Unanswered
              
          
                  
                    
                      darrenterhune
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 1 reply
-
| 
         It's detected as a String field, not an association. How is   | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I originally would have every model config in the initializer but due to some deployment issues (specifically assets:precompile, which happens in a sandbox instance) we can not longer use the initializer to config. So we moved it all to concerns for each model. However upon doing so we can not longer use
associated_collection_scopelike:It raises an error
All the documentation seems to claim that this should work 🤷♂️
It appears that maybe per model config has loading issues as described here #3492
Beta Was this translation helpful? Give feedback.
All reactions