Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Ensure we're using AppConfig.check everywhere #1584

Closed
@orenyk

Description

@orenyk

Bad = AppConfig.first.foo
Good = AppConfig.check :foo

Let's make sure we're not doing any of the former. Note that this only works for boolean parameters / settings; we're still going to manually call AppConfig.first to access other settings (e.g. admin e-mail, etc).

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions