Method: Phrase::Tag.build_from_hash
- Defined in:
- lib/phrase/models/tag.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
110 111 112 |
# File 'lib/phrase/models/tag.rb', line 110 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |