Module: ErrorHunter::Urls
- Included in:
- App
- Defined in:
- lib/error_hunter.rb
Overview
Your code goes here…
Instance Method Summary collapse
Instance Method Details
#urls ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/error_hunter.rb', line 8 def urls production = "https://errorhunter.herokuapp.com" development = 'http://localhost:3000' @_host = production @add_errors = @_host + '/api/app_errors' {add_error: @add_errors} end |