Class: Cms::Taggable::TagList
Instance Method Summary collapse
-
#initialize(list) ⇒ TagList
constructor
A new instance of TagList.
- #to_s ⇒ Object
Methods inherited from Array
Constructor Details
Instance Method Details
#to_s ⇒ Object
8 9 10 |
# File 'app/models/cms/taggable.rb', line 8 def to_s join ', ' end |