preference_fu icon indicating copy to clipboard operation
preference_fu copied to clipboard

Searching Database

Open ryanb opened this issue 16 years ago • 0 comments

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.

ryanb avatar Nov 18 '09 19:11 ryanb