View Source Bonfire.Common.Config.LoadExtensionsConfig (Bonfire v0.9.11-social-beta.6)

Loads instance Settings from DB into Elixir's Config

While this module is a GenServer, it is only responsible for querying the settings, putting them in Config, and then exits with :ignore having done so.

Summary

Functions

Returns a specification to start this module under a supervisor.

Populates the global cache with table data via introspection.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

load_configs(extras \\ [])

start_link(_)

@spec start_link(ignored :: term()) :: GenServer.on_start()

Populates the global cache with table data via introspection.