I want possibility to adding new task to an existing list(project), or to a new one. I have 2 models: Project and Todo. Project has_many :todos, Todo belongs_to :project I w