# File lib/couchdb_adapter/view.rb, line 12 def initialize(model, name) @model = model @name = name create_getter end