Commit bf87291621075473d3ef42f87d41f05a7bae7039

Authored by David Silva
1 parent 78729319

Remove unused controller.

Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
Showing 1 changed file with 0 additions and 15 deletions   Show diff stats
controllers/mpog_software_info_controller.rb
... ... @@ -1,15 +0,0 @@
1   -class MpogSoftwareInfoController < MyProfileController
2   - append_view_path File.join(File.dirname(__FILE__) + '/../views')
3   -
4   - def index
5   - end
6   -
7   - def edit
8   - end
9   -
10   - def edit_software
11   - puts "="*80
12   - end
13   -
14   -end
15   -end