Ifat

Results 5 issues of Ifat

Proposed solution to resolve https://github.com/contentful/contentful_model/issues/145

**Expectation** When calling a localized entry through the gem, I expect that traversing the hierarchy of the model will also return entries with localized fields for that locale. That is,...

Initializer Template includes guidance liek the below: ``` # Examples: # config.add_tokenable_options :confirm, TokenMaster::Config::DEFAULT_VALUES ``` However, because of the way the second argument (a hash) is deconstructed in lib/config: ```...