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

Fix load paths - this works for both Application and Engine mode. #1240

Merged
merged 2 commits into from
Feb 24, 2024

Conversation

steveyken
Copy link
Member

When loading FFCRM as an engine, require './app/models/setting' doesn't load the correct file.

Changing it to require 'setting' will cause ruby to use the load paths

@steveyken steveyken requested a review from CloCkWeRX February 23, 2024 04:14
@CloCkWeRX CloCkWeRX merged commit ddc3efc into master Feb 24, 2024
5 checks passed
@steveyken steveyken deleted the fix-load-paths branch August 23, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants