Just me standing up a Ruby class on the fly in the Rails console because I needed a token for a Postman query and the method for getting one is in a module...
@flashesofpanic been there, not for postman but yeah..
@Matthewcford the Rails app now has a Rake task to do this 😁
@flashesofpanic yup that’s typically what we do too on the apps we support.