Skip to content
Extraits de code Groupes Projets
hoptoad.rb 139 octets
Newer Older
  • Learn to ignore specific revisions
  • if AppConfig[:hoptoad_api_key].present?
      HoptoadNotifier.configure do |config|
        config.api_key = AppConfig[:hoptoad_api_key]
      end
    end