0
Hello, I wanted to make a find with select of only a few fields in Rails, but it is giving error, however, if I do with Where it works normally, does anyone know if it is possible to use select with find? Ex:
@organization = Organization.find(actual_organization.id).select(:required_project_type, :required_folder_type)