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

Config duplicated between modules #1

Open
dpsxp opened this issue Jul 28, 2015 · 0 comments
Open

Config duplicated between modules #1

dpsxp opened this issue Jul 28, 2015 · 0 comments
Assignees
Labels

Comments

@dpsxp
Copy link

dpsxp commented Jul 28, 2015

if I have a module with like this

module MyModule
  include Configureasy
  load_config :config
end

then I write another module like this

module AnotherModule
  include Configureasy
  load_config :another_config
end

Inside the AnotherModule.config I have the same value as MyModule.config, even when I try to override it with:

module AnotherModule
  include Configureasy
  load_config :another_config, as: :config
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants