# File lib/mole/models/mole_feature.rb, line 27
    def find_moled_application_names
      res = find( :all, 
                  :select => "distinct( app_name )", 
                  :order  => "name asc" )            
      res.map(&:app_name)             
    end