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.19k stars 178 forks source link

Make Default field private #314

Open kbrock opened 3 weeks ago

kbrock commented 3 weeks ago

Followup to #312

I noticed that this is public.

We either want to make this private Or we want toto_sym` the field name.

I went with the first, but just say if you would rather make it public and I can add a to_sym instead.

kbrock commented 3 weeks ago

update:

This is now just converting a private field

flavorjones commented 2 weeks ago

LGTM!