danabr75 / rails_json_serializer

A Lightweight Rails JSON Serializer (gem library source-code)
GNU Lesser General Public License v3.0
0 stars 0 forks source link

'clear_serializer_cache' instance method doesn't check if class has 'id' column #16

Open danabr75 opened 2 years ago

danabr75 commented 2 years ago

'clear_serializer_cache' instance method needs to do nothing if the class has no 'id' column, much like the serializer method does.