module ErrorHunter::Urls
Your code goes hereā¦
Public Instance Methods
urls()
click to toggle source
# 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