# File lib/couchrest/model/embeddable.rb, line 31 def initialize(keys = {}, options = {}) super() prepare_all_attributes(keys, options) run_callbacks(:initialize) { self } end