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



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

def initialize!
  establish_db_connection
  populate_store
end