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