We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This might be more of a question is it possible to have everything in a pack modulized. Without creating the nested folders for example:
- Packages └ Sales |- App │ ├─ models │ │ └ Lead.rb │ └─ Controllers
And lead is modulized as shown below.
module Sales class Lead end end
I know its possible to change the file structure however i don't like have even deeper nesting of folders for autoloading to pick this up.
The text was updated successfully, but these errors were encountered:
Yes this is possible! Try this: https://github.com/gap777/automatic_namespaces
Sorry, something went wrong.
I think this would be a great thing to add to packs-rails and document!
packs-rails
Successfully merging a pull request may close this issue.
This might be more of a question is it possible to have everything in a pack modulized. Without creating the nested folders for example:
And lead is modulized as shown below.
I know its possible to change the file structure however i don't like have even deeper nesting of folders for autoloading to pick this up.
The text was updated successfully, but these errors were encountered: