38 39 40 41 42 43 44
# File 'lib/git_flower/feature-cli.rb', line 38 def create(story_name) feature = Feature.new( story_name: story_name, labels: options[:labels], ) feature.save! end