Class: Effective::Tag

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/effective/tag.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



23
24
25
# File 'app/models/effective/tag.rb', line 23

def to_s
  name.presence || model_name.human
end