From bf87291621075473d3ef42f87d41f05a7bae7039 Mon Sep 17 00:00:00 2001 From: David Carlos Date: Tue, 9 Dec 2014 15:27:20 -0200 Subject: [PATCH] Remove unused controller. --- controllers/mpog_software_info_controller.rb | 15 --------------- 1 file changed, 0 insertions(+), 15 deletions(-) delete mode 100644 controllers/mpog_software_info_controller.rb diff --git a/controllers/mpog_software_info_controller.rb b/controllers/mpog_software_info_controller.rb deleted file mode 100644 index f241df6..0000000 --- a/controllers/mpog_software_info_controller.rb +++ /dev/null @@ -1,15 +0,0 @@ -class MpogSoftwareInfoController < MyProfileController - append_view_path File.join(File.dirname(__FILE__) + '/../views') - - def index - end - - def edit - end - - def edit_software - puts "="*80 - end - -end -end -- libgit2 0.21.2