Class: CensusRegion

Inherits:
ActiveRecord::Base
  • Object
show all
Extended by:
Earth::Model
Defined in:
lib/earth/locality/census_region.rb

Constant Summary collapse

TABLE_STRUCTURE =
<<-EOS

CREATE TABLE census_regions
  (
     number INTEGER NOT NULL PRIMARY KEY,
     name   CHARACTER VARYING(255)
  );

EOS

Method Summary

Methods included from Earth::Model

extend_mining, extended, registry