flynn1982
Results
2
comments of
flynn1982
Also, I'm running into an issue where I get the following error while running ruby 2.3.7: 'NoMethodError: undefined method `match?' for /\A[A-Z]/:Regexp' Apparently 'match?' is only available in ruby 2.4...
I'm having the same issue when trying to use `Rails.application.routes.url_helpers` within the model. Does anyone know a solution to this? I'd like to be able to use url_helpers in the...