Module: Mince::HashyDb::Config
- Defined in:
- lib/hashy_db/config.rb
Overview
HashyDb Config
HashyDb Config specifies the configuration settings for HashyDb
Class Method Summary collapse
-
.primary_key ⇒ Symbol
Returns the primary key identifier for records.
Class Method Details
.primary_key ⇒ Symbol
Returns the primary key identifier for records. This is necessary because not all databases use the same primary key.
13 14 15 |
# File 'lib/hashy_db/config.rb', line 13 def self.primary_key :id end |