Closed SPopenko closed 8 years ago
Hi there! :) Is it possible to set label to story using this gem?
@SPopenko you can set label to story using update method
update
@story.update(labels: 'some label')
Found this out from: story.rb
Thanks @anuja-joshi
Hi there! :) Is it possible to set label to story using this gem?