Method: Tag#id=

Defined in:
app/models/tag.rb

#id=(id) ⇒ Object



29
30
31
# File 'app/models/tag.rb', line 29

def id= id
  self._id = id
end