Closed razumau closed 1 year ago
To force a cache load during startup, some services at Zendesk have resorted to making a fake query in an initializer (Arturo::Feature.find_feature "smth"). This method will make this intent more explicit and readable.
Arturo::Feature.find_feature "smth")
To force a cache load during startup, some services at Zendesk have resorted to making a fake query in an initializer (
Arturo::Feature.find_feature "smth")
. This method will make this intent more explicit and readable.