# File lib/couch_potato/persistence/active_model_compliance.rb, line 27
        def to_key
          persisted? ? [to_param] : nil
        end