Navigation Menu

Skip to content

Commit

Permalink
Cleaned out app.
Browse files Browse the repository at this point in the history
Cleaned out any controllers, views and tests currently not being used
by the application.
  • Loading branch information
Stuart Chinery committed Dec 11, 2012
1 parent 1481c85 commit ff6012d
Show file tree
Hide file tree
Showing 28 changed files with 6 additions and 838 deletions.
69 changes: 0 additions & 69 deletions app/controllers/outcomes_controller.rb

This file was deleted.

70 changes: 0 additions & 70 deletions app/controllers/preconditions_controller.rb

This file was deleted.

107 changes: 0 additions & 107 deletions app/controllers/releases_controller.rb

This file was deleted.

73 changes: 0 additions & 73 deletions app/controllers/scenarios_controller.rb

This file was deleted.

1 change: 0 additions & 1 deletion app/controllers/stories_controller.rb
Expand Up @@ -129,7 +129,6 @@ def update
flash[:notice] = 'Story was successfully updated.'
format.html { redirect_to iteration_stories_path(@iteration) }
format.xml { head :ok }
format.js { redirect_to iteration_stories_path(@iteration) }
else
format.html { render :action => "edit" }
format.xml { render :xml => @story.errors, :status => :unprocessable_entity }
Expand Down
14 changes: 0 additions & 14 deletions app/views/outcomes/_outcome.html.erb

This file was deleted.

10 changes: 0 additions & 10 deletions app/views/outcomes/_outcomes.html.erb

This file was deleted.

3 changes: 0 additions & 3 deletions app/views/outcomes/create.js.rjs

This file was deleted.

1 change: 0 additions & 1 deletion app/views/outcomes/destroy.js.rjs

This file was deleted.

3 changes: 0 additions & 3 deletions app/views/outcomes/index.js.rjs

This file was deleted.

1 change: 0 additions & 1 deletion app/views/outcomes/new.js.rjs

This file was deleted.

14 changes: 0 additions & 14 deletions app/views/preconditions/_precondition.html.erb

This file was deleted.

9 changes: 0 additions & 9 deletions app/views/preconditions/_preconditions.html.erb

This file was deleted.

0 comments on commit ff6012d

Please sign in to comment.