Class: GeogInstance

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



15
16
17
# File 'app/models/geog_instance.rb', line 15

def to_s
  label.nil? ? "<not set>" : label + "(#{code})"
end