Use #public_send instead #method.call
These builder methods are using user provided input inside a public_send but this is safe to do in this instance because before they are called we check before calling them that they match an expected application name.
Showing
Please register or sign in to comment