I'm using rails 5
with ruby 2.3.3
. Today I added a gem, there was a version conflict so I took the gem out. Since then dot notation such as hash.test
no longer works. It gives NoMethodError: private method test called for {:test=>"value"}:Hash
How can I access hashes with dot notation again?