Cross Reference: settings_interpreter.rb
xref
: /
ontohub
/
lib
/
settings_interpreter.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
class
SettingsInterpreter
def
call
if
defined
?
(
Ontohub
::
Application
)
Ontohub
::
Application.configure
do
|
app
|
PathsInitializer.perform
_initialization
(
app.config
)
end
end
end
end