Class: Dst::Models::Context

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



47
48
49
# File 'lib/dst/models.rb', line 47

def to_s
  name ? "@#{name} ": ""
end