You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is some code where sql queries are written to fetch data (Line 16 & 17 on app/models/signed_up_team.rb), which should be replaced with fetching data from rails ActiveRecord methods.
There is some code where sql queries are written to fetch data (Line 16 & 17 on app/models/signed_up_team.rb), which should be replaced with fetching data from rails ActiveRecord methods.