Class: Gemgento::Region
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Gemgento::Region
- Defined in:
- app/models/gemgento/region.rb
Overview
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
9 10 11 |
# File 'app/models/gemgento/region.rb', line 9 def name super.nil? ? self.code : super end |