5 lines
139 B
Ruby
5 lines
139 B
Ruby
if AppConfig[:hoptoad_api_key].present?
|
|
HoptoadNotifier.configure do |config|
|
|
config.api_key = AppConfig[:hoptoad_api_key]
|
|
end
|
|
end
|