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, ={}) hash = from_document(hash) super(hash, .merge(:only_body => true)) end |