# File lib/merb-gen/app_generator.rb, line 28
      def gems_for_orm(orm)
        orm.to_sym == :none ? '' : %Q{gem "merb_#{orm}"}
      end