#rails
Read more stories on Hashnode
Articles with this tag
Forwardable module is able to give new behaviour to an object by delegating the method to it, using def_delegator or def_delegators. Let’s say we have...