Sha256: 92fe663eb77e020b5055e00e54272cb1ffdbf5206f439a4767263d9528b8c9ab
Contents?: true
Size: 324 Bytes
Versions: 10
Compression:
Stored size: 324 Bytes
Contents
class EgridCountry < ActiveRecord::Base set_primary_key :name class << self def us find_by_name 'US' end end col :name col :generation, :type => :float col :generation_units col :imports, :type => :float col :imports_units col :consumption, :type => :float col :consumption_units end
Version data entries
10 entries across 10 versions & 1 rubygems