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