preference_fu
preference_fu copied to clipboard
Searching Database
It would be nice if preference_fu provided named scopes for searching preferences in the database. For example.
User.with_preference(:send_email).without_preference(:change_theme)
That would find all users where send_email preference is true and change_theme pref is false.