Method: Jacoat::Representable::InstanceMethods#from_hash

Defined in:
lib/jacoat/representable.rb

#from_hash(hash, options = {}) ⇒ Object



54
55
56
57
# File 'lib/jacoat/representable.rb', line 54

def from_hash(hash, options={})
  hash = from_document(hash)
  super(hash, options.merge(:only_body => true))
end