Method: Tanker::InstanceMethods#it_doc_id
- Defined in:
- lib/tanker.rb
#it_doc_id ⇒ Object
create a unique index based on the model name and unique id
443 444 445 |
# File 'lib/tanker.rb', line 443 def it_doc_id type_name + ' ' + self.id.to_s end |