Relative Content

Tag Archive for ruby-on-railsrails-activejob

access concern method in a rails activeJob

Assuming a concern that services multiple controllers, there is an issue when it comes to an ActiveJob, because of the parsing sequence, the behaviour is different from running commands in the console, where one would state include GenericMethods before executing any of its methods.