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