# File lib/friendly_id/active_record2/configuration.rb, line 45
      def scope_for(record)
        scope? ? record.send(scope).to_param : nil
      end