BBVishalkumar
BBVishalkumar
> Thank you for this! Can you explain how this worked @EricRoos
> try add this line to your application.rb `Commontator::Engine.config.autoload_once_paths = [] ` or `Commontator::Engine.config.autoload_once_paths.delete_if{|s| s.match? /models/}` This worked for me Thank you
Hello @Dantemss Issues is i am not able to load commontator/application files and rails-ujs in rails 7.0.3 but when i written the in script tag it worked for development ,its...