# File lib/mongo_mapper/plugins/protected.rb, line 19 def key(*args) key = super attr_protected key.name.to_sym if key.options[:protected] key end