This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/app/models/user_attribute.rb

9 lines
128 B
Ruby

class UserAttribute
include MongoMapper::Document
key :key, String
key_i18n :name, String
key :attrs, Array
end