I’m really new to rails, but I’m trying to pull some data that matches user preferences (current_user.industry) for example.
Is there a standard practice in rails for pulling data using SQL and using variables from helpers, or other @variables ?
Thanks 🙂
Are you referring to escaping variables in
find_by_sqlstatements?You can do
just like you do in
.where.