Class: TagDb::Model::Tag
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- TagDb::Model::Tag
- Defined in:
- lib/tagutils/models.rb
Instance Method Summary collapse
-
#title ⇒ Object
3 alias for name (remove! add depreciated api call) ?? why? why not??.
- #title=(value) ⇒ Object
Instance Method Details
#title ⇒ Object
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 |