31 32 33
# File 'app/models/markdown_record/base.rb', line 31 def to_key scope.nil? ? [id] : ["#{scope}::id"] end