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