Class: Loveseat::DesignDocument::ViewRow

Inherits:
Object
  • Object
show all
Defined in:
lib/loveseat/design_document/view_row.rb

Class Method Summary collapse

Class Method Details

.from_hash(doc) ⇒ Object



11
12
13
# File 'lib/loveseat/design_document/view_row.rb', line 11

def self.from_hash(doc)
  Document.registry[self.name].from_hash(doc)
end