Class: Dst::Models::Project

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



55
56
57
# File 'lib/dst/models.rb', line 55

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