Skip to content

Commit

Permalink
Import 'accepted at' column from CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
Malcolm Locke committed Aug 9, 2011
1 parent f42b463 commit ca686d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/stories_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def import_upload
:story_type => row["Story Type"],
:requested_by => users.detect {|u| u.name == row["Requested By"]},
:owned_by => users.detect {|u| u.name == row["Owned By"]},
:accepted_at => row["Accepted at"],
:estimate => row["Estimate"]
}
end
Expand Down

0 comments on commit ca686d0

Please sign in to comment.