Class: Setup::Dictionary::ActiveRecord

Inherits:
Object
  • Object
show all
Extended by:
Store
Defined in:
lib/pry-byetypo/setup/dictionary/active_record.rb

Constant Summary

Constants included from Store

Store::DEFAULT_STORE_PATH, Store::SEVEN_DAYS

Class Method Summary collapse

Methods included from Store

staled_store?, store, store_path

Class Method Details

.initialize! ⇒ Object



16
17
18
19
# File 'lib/pry-byetypo/setup/dictionary/active_record.rb', line 16

def initialize!
  establish_db_connection
  populate_store
end