ckdake / setler

Setler lets you use the 'Feature Flags' pattern or add settings to models in Rails
MIT License
84 stars 21 forks source link

Adds truthiness (presence) check with `?` #26

Closed letsbreelhere closed 11 years ago

letsbreelhere commented 11 years ago

This allows checking the presence of Settings.foo with Settings.foo?.

ckdake commented 11 years ago

Thanks! I'll do a new version once #25 is merged.

ckdake commented 11 years ago

v0.0.12 released!

letsbreelhere commented 11 years ago

:tada: