0
Guys I have a simple application using ruby on Rails a Gem Rails admin and Devise to authenticate
i have a model called task where every task belongs to a user , so I would like to pick the user who is logged in at the time and assign automatically when creating a new task , because at the moment I’m having to select at the time of creating the task some of the id of users that exist registered in Windows
as a beginner I tried to read the documentation of both admin and Devise Rails and can not find anything very clear that can help me