I have domain logic code stored in
app/domains/domains/article.rb
The class is
class Domains::Article
end
It bothers me that the proper loading structure is app/domains/domains/article.rb and not app/domains/article.rb
Does anyone know what the proper directory structure and related autoload_path is?
Thank you!
-daniel
It can be accomplished this way: