diff options
author | Michael Grosser <michael@grosser.it> | 2015-11-06 06:17:05 -0800 |
---|---|---|
committer | Michael Grosser <michael@grosser.it> | 2015-11-06 12:16:28 -0800 |
commit | 894336a23f0d6e1987e32a6e5825f9f94ca5ced3 (patch) | |
tree | d20d47bb0ac4d88078447f09b2cf5076da169edd /activesupport/test/json/decoding_test.rb | |
parent | cb67c819338d75c07a591dc23759747c740a5088 (diff) | |
download | rails-894336a23f0d6e1987e32a6e5825f9f94ca5ced3.tar.gz rails-894336a23f0d6e1987e32a6e5825f9f94ca5ced3.tar.bz2 rails-894336a23f0d6e1987e32a6e5825f9f94ca5ced3.zip |
use prepend instead of extending every instance
extending an instance with a module puts the methods on top of it,
prepend does the same but on the class level, so less work for us and more standard way of doing things
Diffstat (limited to 'activesupport/test/json/decoding_test.rb')
0 files changed, 0 insertions, 0 deletions