Skip to content
New issue

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

Improve Railtie #17

Closed
nicolas-brousse opened this issue Feb 26, 2019 · 0 comments · Fixed by #24
Closed

Improve Railtie #17

nicolas-brousse opened this issue Feb 26, 2019 · 0 comments · Fixed by #24
Assignees
Labels
good first issue Good for newcomers
Milestone

Comments

@nicolas-brousse
Copy link
Member

We should update the Railtie to update the autoload path as following.

config.after_initialize do |app|
  app.config.paths.add 'app/decorators', eager_load: true
end
@nicolas-brousse nicolas-brousse added the good first issue Good for newcomers label Feb 26, 2019
@nicolas-brousse nicolas-brousse self-assigned this Nov 18, 2019
nicolas-brousse added a commit that referenced this issue Nov 18, 2019
@nicolas-brousse nicolas-brousse added this to the v1.0.0 milestone Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Development

Successfully merging a pull request may close this issue.

1 participant