Class: WorldDb::Model::Continent

Inherits:
Object
  • Object
show all
Defined in:
lib/worlddb/compat/continent.rb

Overview

collect depreciated or methods for future removal here

- keep for now for commpatibility (for old code)

Instance Method Summary collapse

Instance Method Details

#by_titleObject

def title() name; end

def title=(value) self.name = value; end


15
# File 'lib/worlddb/compat/continent.rb', line 15

scope :by_title, ->{ order( 'name asc' ) }