Class: TagDb::Model::Tag

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/tagutils/models.rb

Instance Method Summary collapse

Instance Method Details

#titleObject

3 alias for name (remove! add depreciated api call) ?? why? why not??



11
# File 'lib/tagutils/models.rb', line 11

def title()       name;              end

#title=(value) ⇒ Object



12
# File 'lib/tagutils/models.rb', line 12

def title=(value) self.name = value; end