Class: Dst::Models::Context
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Dst::Models::Context
- Defined in:
- lib/dst/models.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
47 48 49 |
# File 'lib/dst/models.rb', line 47 def to_s name ? "@#{name} ": "" end |