# File lib/new_relic/agent/instrumentation/active_record_helper.rb, line 123
        def model_from_splits(splits)
          if splits.length == 2
            splits.first
          else
            nil
          end
        end