Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7815061
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T05:23:42+00:00 2026-06-02T05:23:42+00:00

I am implementing user setting in my rails website where a user has control

  • 0

I am implementing user setting in my rails website where a user has control over who can send him notifications. The allowed classed of users who can send him information is stored in an array and can be set by the user.

How do I query users to send the notification according to the user type of the user who sent the post.

I want to do something like this.

notifiable_users = User.all.or("notification_setting.posted_by" includes "sender.user_type")
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T05:23:44+00:00Added an answer on June 2, 2026 at 5:23 am

    Assuming notification_setting.posted_by is an array for the allowed user types and sender.user_type is the user_type(singular, not an array) of sender, you can simply do:

    notifiable_users = User.all.or("notification_setting.posted_by" => sender.user_type)
    

    If it is the other way around:

    notifiable_users = User.all.or("notification_setting.posted_by".to_sym.in => sender.user_types)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am implementing a search field where the user can type in a string
I'm looking at implementing some form of anonymous user system in Rails. I need
I am implementing networked asteroids over UDP. I was going to limit the user
I am implementing a UISlider a user can manipulate to set a distance. I
So i'm implementing a feature where after a user has visited my site, and
I am implementing a autocomplete control. Every time the user types a new character
There are many solutions geared toward implementing user-space threads. Be it golang.org goroutines, python's
I'm currently implementing a user registration for an app. I'm tying to change the
Assuming the you are implementing a user story that requires changes in all layers
I am implementing a sound effect that plays while a user is dragging a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.