active-hash / active_hash

A readonly ActiveRecord-esque base class that lets you use a hash, a Yaml file or a custom file as the datasource
MIT License
1.21k stars 178 forks source link

Call reload if @records is not defined #208

Closed jonmagic closed 4 years ago

jonmagic commented 4 years ago

Prevents warning: instance variable @records not initialized.

/cc @hktouw