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_accessor should better not be a public method, as with Ruby's attr_accessor #18610

Merged
merged 1 commit into from
Feb 5, 2015

Conversation

amatsuda
Copy link
Member

I guess it's not intentional that config_accessor is publicly callable.
Who actually calls the accessor from outside?

@carlosantoniodasilva
Copy link
Member

I think it's fine, but we may need a changelog entry.

@arthurnn
Copy link
Member

LGTM, not sure if Changelog is needed TBH

@rafaelfranca
Copy link
Member

I'd include a CHANGELOG entry just to be safe

amatsuda added a commit that referenced this pull request Feb 5, 2015
config_accessor should better not be a public method, as with Ruby's attr_accessor
@amatsuda amatsuda merged commit 4ca1dda into rails:master Feb 5, 2015
@amatsuda amatsuda deleted the privatize_config_accessor branch February 5, 2015 16:18
@rafaelfranca
Copy link
Member

❤️ 💚 💙 💛 💜

@maxim
Copy link
Contributor

maxim commented Sep 21, 2018

It seems like ever since this commit config_accessor disappeared from docs: https://api.rubyonrails.org/v5.0/classes/ActiveSupport/Configurable/ClassMethods.html /cc @amatsuda

@amatsuda
Copy link
Member Author

amatsuda commented Oct 3, 2018

@maxim Just fixed this at b2bc436. Thanks for informing me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants