Class: Province
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Province
- Defined in:
- app/models/province.rb
Instance Method Summary collapse
Instance Method Details
#short_name ⇒ Object
5 6 7 |
# File 'app/models/province.rb', line 5 def short_name @short_name ||= name.sub(/省|市|(回族|壮族|维吾尔)?自治区|特别行政区&/, '') end |