Class: Effective::Track

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/effective/track.rb

Constant Summary collapse

ACTIONS =
['view']

Instance Method Summary collapse

Instance Method Details

#to_sObject



38
39
40
# File 'app/models/effective/track.rb', line 38

def to_s
  title.presence || model_name.human
end