Class: UserNotification::ORM::MongoMapper::Notification::SymbolHash

Inherits:
Hash
  • Object
show all
Defined in:
lib/user_notification/orm/mongo_mapper/notification.rb

Class Method Summary collapse

Class Method Details

.from_mongo(value) ⇒ Object



14
15
16
# File 'lib/user_notification/orm/mongo_mapper/notification.rb', line 14

def self.from_mongo(value)
  value.symbolize_keys unless value.nil?
end