Fixing Rails NoMethodError: undefined method 'model_name' for nil:NilClass
The Problem
If you've ever encountered this error in your Rails application:
NoMethodError: undefined method `model_name' for nil:NilClass
convert_to_model(record_or_class).model_name
^^^^^^^^^^^
def model_name_from_record_or_class(record_or...
phanindra.hashnode.dev6 min read