Closed gabrielc63 closed 4 years ago
board.description = "test" board.update!
board.description = "test"
board.update!
The update method is not working, the code I think should update desc attribute and not use description as a key:
fields = { name: attributes[:name], description: attributes[:description], closed: attributes[:closed], starred: attributes[:starred], idOrganization: attributes[:organization_id] }
board.description = "test"
board.update!
The update method is not working, the code I think should update desc attribute and not use description as a key: