Skip to content

Commit

Permalink
Removed two obsolete TODO comments. Relates to Baud-UCS#27
Browse files Browse the repository at this point in the history
  • Loading branch information
Berzeger committed Jul 7, 2015
1 parent 4f197c9 commit 9422f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public virtual ActionResult Edit(short id)
return View(position);
}
}
// TODO: T4 template for Actions

[HttpPost]
[ValidateAntiForgeryToken]
public virtual ActionResult Edit(short id, FormCollection form)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public virtual ActionResult Edit(short id)
return View(role);
}
}
// TODO: T4 template for Actions

[HttpPost]
[ValidateAntiForgeryToken]
public virtual ActionResult Edit(short id, FormCollection form)
Expand Down

0 comments on commit 9422f7a

Please sign in to comment.